wok diff e2fsprogs/receipt @ rev 3105

e2fsprogs: Remove blkid (use most recent one from util-linux-ng)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 17 23:50:50 2009 +0200 (2009-05-17)
parents 52578b0981fb
children c0c30050ba4a
line diff
     1.1 --- a/e2fsprogs/receipt	Fri May 15 18:33:32 2009 +0200
     1.2 +++ b/e2fsprogs/receipt	Sun May 17 23:50:50 2009 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://e2fsprogs.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 -DEPENDS="libcomerr libuuid"
     1.8 +DEPENDS="libcomerr libuuid util-linux-ng-blkid"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -18,7 +18,6 @@
    1.13  		--prefix=/usr \
    1.14  		--with-root-prefix="" \
    1.15  		--enable-elf-shlibs \
    1.16 -		--disable-evms \
    1.17  		--sysconfdir=/etc \
    1.18  		--infodir=/usr/share/info \
    1.19  		--mandir=/usr/share/man \
    1.20 @@ -42,13 +41,9 @@
    1.21  	cat $src/*.files-list | while read file; do
    1.22  		rm -f $fs$file
    1.23  	done
    1.24 -	
    1.25 -	# Remove fsck provided by Busybox.
    1.26 -	rm -rf $fs/sbin/fsck*
    1.27 -	
    1.28 -	# Locale fr.
    1.29 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.30 -	
    1.31 +	# Remove fsck provided by Busybox and blkid by util-linux-ng.
    1.32 +	rm $fs/sbin/fsck* $fs/sbin/blkid
    1.33 +	rm $fs/lib/libblkid* $fs/usr/lib/libblkid*
    1.34  	# Package all mysql pkgs
    1.35  	for i in $(cd $WOK; ls -d e2fsprogs-* libcomerr* libuuid*)
    1.36  	do