acl: drop libtool archives and useless doc files.

This commit is contained in:
Juan RP 2013-02-06 19:05:26 +01:00
parent a66f475745
commit 46b24455ba
3 changed files with 8 additions and 16 deletions

View file

@ -7,5 +7,5 @@ do_install() {
vmove usr/include usr vmove usr/include usr
vmove "usr/lib/*.*a" usr/lib vmove "usr/lib/*.*a" usr/lib
vmove "usr/share/man/man[235]" usr/share/man vmove "usr/share/man/man[235]" usr/share/man
vmove usr/share/doc usr/share rm -rf ${SRCPKGDESTDIR}/usr/share/doc
} }

View file

@ -1,14 +1,8 @@
# Template file for 'acl-progs'. # Template file for 'acl-progs'.
# #
short_desc="${short_desc} (utilities)" short_desc="${short_desc} -- utilities"
long_desc="${long_desc}
This package contains binary utilities provided by the acl package." do_install() {
vmove usr/bin usr
do_install() vmove usr/share usr
{
mkdir -p ${DESTDIR}/usr/share/man
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/share/man/man1 ${DESTDIR}/usr/share/man
mv ${SRCPKGDESTDIR}/usr/share/locale ${DESTDIR}/usr/share
} }

View file

@ -1,7 +1,8 @@
# Template file for 'acl' # Template file for 'acl'
pkgname=acl pkgname=acl
version=2.2.51 version=2.2.51
revision=4 revision=5
subpackages="acl-devel acl-progs"
build_style=gnu-configure build_style=gnu-configure
configure_args="--libdir=/usr/lib --libexecdir=/usr/lib" configure_args="--libdir=/usr/lib --libexecdir=/usr/lib"
make_install_target="DIST_ROOT=${XBPS_DESTDIR}/${pkgname}-${version} install install-lib install-dev" make_install_target="DIST_ROOT=${XBPS_DESTDIR}/${pkgname}-${version} install install-lib install-dev"
@ -14,9 +15,6 @@ license="LGPL-2.1"
distfiles="${NONGNU_SITE}/acl/acl-${version}.src.tar.gz" distfiles="${NONGNU_SITE}/acl/acl-${version}.src.tar.gz"
checksum=06854521cf5d396801af7e54b9636680edf8064355e51c07657ec7442a185225 checksum=06854521cf5d396801af7e54b9636680edf8064355e51c07657ec7442a185225
keep_libtool_archives=yes if [ -n "$XBPS_CROSS_TRIPLET" ]; then
subpackages="acl-devel acl-progs"
if [ "$XBPS_CROSS_TRIPLET" ]; then
unset makedepends unset makedepends
fi fi