mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/ecryptfs-tools: fix run time dependencies
$ ecryptfs-mount-private /usr/bin/ecryptfs-mount-private: line 19: gettext: not found $ ecryptfs-umount-private /usr/bin/ecryptfs-umount-private: line 27: keyctl: not found
This commit is contained in:
parent
ee66511cf9
commit
2096f071a3
@ -2,12 +2,12 @@
|
||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||
pkgname=ecryptfs-utils
|
||||
pkgver=111
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
|
||||
url="https://launchpad.net/ecryptfs"
|
||||
url="http://ecryptfs.org/"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
depends="cryptsetup rsync"
|
||||
depends="cryptsetup keyutils gettext rsync"
|
||||
depends_dev="keyutils-dev linux-pam-dev nss-dev linux-headers"
|
||||
makedepends="$depends_dev swig intltool gettext python2-dev perl-dev"
|
||||
install=""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user