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:
Timo Teräs 2017-02-10 22:53:48 +02:00
parent ee66511cf9
commit 2096f071a3

View File

@ -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=""