ecryptfs-utils: Add gettext to depends

This commit is contained in:
Steve Prybylski 2015-08-17 19:42:48 -04:00
parent 2d6dbd4c17
commit c20307bb41
1 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ecryptfs-utils'
pkgname=ecryptfs-utils
version=108
revision=1
revision=2
lib32disabled=yes
build_style=gnu-configure
configure_args="--sbindir=/usr/bin
@ -9,7 +9,9 @@ configure_args="--sbindir=/usr/bin
--with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
hostmakedepends="automake gettext-devel glib-devel libtool pkg-config intltool swig"
makedepends="python-devel pam-devel nss-devel libressl-devel keyutils-devel gpgme-devel gtk+-devel"
short_desc="ecryptfs cryptographic filesystem (utilities)"
depends="gettext"
_desc="Ecryptfs cryptographic filesystem"
short_desc="${_desc} - utilities"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://ecryptfs.org/"
@ -38,7 +40,7 @@ post_install() {
}
libecryptfs_package() {
short_desc="ecryptfs cryptographic filesystem (library)"
short_desc="${_desc} - shared library"
pkg_install() {
vmove "usr/lib/*.so.*"
}
@ -46,7 +48,7 @@ libecryptfs_package() {
libecryptfs-devel_package() {
depends="keyutils-devel libecryptfs>=${version}_${revision}"
short_desc="ecryptfs cryptographic filesystem (development)"
short_desc="${_desc} - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
@ -59,7 +61,7 @@ if [ -z "$CROSS_BUILD" ]; then
ecryptfs-utils-python_package() {
lib32disabled=yes
depends="python"
short_desc="ecryptfs cryptographic filesystem (python binding)"
short_desc="${_desc} - python bindings"
pkg_install() {
vmove usr/lib/python2.7
}