e2fsprogs: remove uuidd and uuidgen, they are now in util-linux-ng.

Bump revision.

--HG--
extra : convert_revision : e69fd875b6af552cbcdd0bcbf9600d42a6cbaff0
This commit is contained in:
Juan RP 2009-08-12 12:23:24 +02:00
parent 5599ded360
commit 092c7d2835

View File

@ -1,10 +1,12 @@
# Template file for 'e2fsprogs' # Template file for 'e2fsprogs'
pkgname=e2fsprogs pkgname=e2fsprogs
version=1.41.8 version=1.41.8
revision=1
distfiles="$SOURCEFORGE_SITE/e2fsprogs/$pkgname-$version.tar.gz" distfiles="$SOURCEFORGE_SITE/e2fsprogs/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--enable-htree --enable-elf-shlibs --enable-fsck configure_args="--enable-htree --enable-elf-shlibs --enable-fsck
--enable-e2initrd-helper --disable-rpath --with-root-prefix=" --enable-e2initrd-helper --disable-rpath --with-root-prefix=
--disable-uuidd --disable-libuuid --disable-libblkid"
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install-libs install" make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install-libs install"
short_desc="Ext2/3/4 Filesystem Utilities" short_desc="Ext2/3/4 Filesystem Utilities"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -21,7 +23,8 @@ Add_dependency run e2fsprogs-libs
post_install() post_install()
{ {
# Remove stuff belonging to libblkid or libuuid pkgs. # Remove stuff belonging to libblkid or libuuid pkgs.
find ${DESTDIR} -name \*blkid\* -o -name \*findfs\* | \ find ${DESTDIR} -name \*blkid\* -o -name \*findfs\* \
-name \*uuidd\* -o -name \*uuidgen\* | \
xargs rm -rf xargs rm -rf
rm -f ${DESTDIR}/lib/libuuid* rm -f ${DESTDIR}/lib/libuuid*
rm -f ${DESTDIR}/usr/share/man/man3/uuid* rm -f ${DESTDIR}/usr/share/man/man3/uuid*