ecryptfs-utils: update to 104.
This commit is contained in:
parent
b0106cb98e
commit
c0049997be
|
@ -1025,7 +1025,7 @@ libvdemgmt.so.0 libvde2-2.3.2_1
|
|||
libvdehist.so.0 libvde2-2.3.2_1
|
||||
libvdesnmp.so.0 libvde2-2.3.2_1
|
||||
libsbc.so.1 sbc-1.0_1
|
||||
libecryptfs.so.0 libecryptfs-100_1
|
||||
libecryptfs.so.1 libecryptfs-104_1
|
||||
libnuma.so.1 libnuma-2.0.7_1
|
||||
libxar.so.1 xar-1.5.2_1
|
||||
libqpdf.so.8 libqpdf-3.0.1_1
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'ecryptfs-utils'
|
||||
pkgname=ecryptfs-utils
|
||||
version=101
|
||||
revision=5
|
||||
version=104
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pamdir=/usr/lib/security --enable-gpg --enable-gui
|
||||
--with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="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"
|
||||
short_desc="ecryptfs cryptographic filesystem (utilities)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://ecryptfs.org/"
|
||||
distfiles="http://launchpad.net/ecryptfs/trunk/${version}/+download/${pkgname}_${version}.orig.tar.gz"
|
||||
checksum=f8ddd2be2e208fb2f11aeca1721135c3c31465f78f2318981df682741ac72c55
|
||||
checksum=4a200176542d46439c5297021f2c7fd7343b871c20c6f73f6e6c9fc4e5fd7438
|
||||
|
||||
CPPFLAGS="-D_FILE_OFFSET_BITS=64"
|
||||
|
||||
|
@ -23,7 +23,7 @@ if [ "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue