acl: update to 2.2.53.
This commit is contained in:
parent
e0a10a12d6
commit
b95ea0c64b
1 changed files with 8 additions and 11 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'acl'
|
||||
pkgname=acl
|
||||
version=2.2.52
|
||||
revision=4
|
||||
version=2.2.53
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--libdir=/usr/lib --libexecdir=/usr/lib"
|
||||
makedepends="attr-devel"
|
||||
short_desc="Access Control List filesystem support"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://savannah.nongnu.org/projects/acl"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${NONGNU_SITE}/acl/acl-${version}.src.tar.gz"
|
||||
checksum=179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://savannah.nongnu.org/projects/acl"
|
||||
distfiles="${NONGNU_SITE}/acl/acl-${version}.tar.gz"
|
||||
checksum=06be9865c6f418d851ff4494e12406568353b891ffe1f596b34693c387af26c7
|
||||
|
||||
if [ -z "$CHROOT_READY" ]; then
|
||||
CFLAGS+=" -I${XBPS_MASTERDIR}/usr/include"
|
||||
|
@ -21,11 +21,6 @@ if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
|||
configure_args="--libdir=/usr/lib32 --libexecdir=/usr/lib32"
|
||||
fi
|
||||
|
||||
do_install() {
|
||||
make DIST_ROOT=${DESTDIR} install install-lib install-dev
|
||||
rm -rf ${DESTDIR}/usr/share/doc
|
||||
}
|
||||
|
||||
acl-devel_package() {
|
||||
depends="attr-devel acl>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
@ -34,6 +29,8 @@ acl-devel_package() {
|
|||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/share/man/man[235]"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/doc
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue