mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
ecryptfs-utils: Add gettext to depends
This commit is contained in:
parent
2d6dbd4c17
commit
c20307bb41
1 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ecryptfs-utils'
|
# Template file for 'ecryptfs-utils'
|
||||||
pkgname=ecryptfs-utils
|
pkgname=ecryptfs-utils
|
||||||
version=108
|
version=108
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin
|
configure_args="--sbindir=/usr/bin
|
||||||
|
@ -9,7 +9,9 @@ configure_args="--sbindir=/usr/bin
|
||||||
--with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
|
--with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="automake gettext-devel glib-devel libtool pkg-config intltool swig"
|
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"
|
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>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://ecryptfs.org/"
|
homepage="http://ecryptfs.org/"
|
||||||
|
@ -38,7 +40,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libecryptfs_package() {
|
libecryptfs_package() {
|
||||||
short_desc="ecryptfs cryptographic filesystem (library)"
|
short_desc="${_desc} - shared library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
|
@ -46,7 +48,7 @@ libecryptfs_package() {
|
||||||
|
|
||||||
libecryptfs-devel_package() {
|
libecryptfs-devel_package() {
|
||||||
depends="keyutils-devel libecryptfs>=${version}_${revision}"
|
depends="keyutils-devel libecryptfs>=${version}_${revision}"
|
||||||
short_desc="ecryptfs cryptographic filesystem (development)"
|
short_desc="${_desc} - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
@ -59,7 +61,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
ecryptfs-utils-python_package() {
|
ecryptfs-utils-python_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="ecryptfs cryptographic filesystem (python binding)"
|
short_desc="${_desc} - python bindings"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python2.7
|
vmove usr/lib/python2.7
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue