wok diff e2fsprogs/receipt @ rev 83

Add : asunder (GTK light CD ripper)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 02 12:20:39 2008 +0100 (2008-01-02)
parents 23d38a7a06cc
children cdac43c3f44f
line diff
     1.1 --- a/e2fsprogs/receipt	Thu Dec 13 15:09:20 2007 +0100
     1.2 +++ b/e2fsprogs/receipt	Wed Jan 02 12:20:39 2008 +0100
     1.3 @@ -13,12 +13,18 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr --with-root-prefix="" \
     1.8 -	--enable-elf-shlibs --disable-evms --sysconfdir=/etc \
     1.9 -	--infodir=/usr/share/info --mandir=/usr/share/man \
    1.10 -	$CONFIGURE_ARGS
    1.11 +	./configure \
    1.12 +		--prefix=/usr \
    1.13 +		--with-root-prefix="" \
    1.14 +		--enable-elf-shlibs \
    1.15 +		--disable-evms \
    1.16 +		--sysconfdir=/etc \
    1.17 +		--infodir=/usr/share/info \
    1.18 +		--mandir=/usr/share/man \
    1.19 +		$CONFIGURE_ARGS
    1.20  	make
    1.21  	make DESTDIR=$PWD/_pkg install
    1.22 +	make DESTDIR=$PWD/_pkg install-libs
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 @@ -31,12 +37,13 @@
    1.27  	cp -a $_pkg/usr/bin $fs/usr
    1.28  	cp -a $_pkg/usr/sbin $fs/usr
    1.29  	cp -ad $_pkg/usr/lib/*.so $fs/usr/lib
    1.30 -	# Remove unused libss and fsck provided by Busybox.
    1.31 -	rm -rf $fs/lib/libss*
    1.32 -	rm -rf $fs/usr/lib/libss*
    1.33 +	
    1.34 +	# Remove fsck provided by Busybox.
    1.35  	rm -rf $fs/sbin/fsck*
    1.36 +	
    1.37  	# Locale fr.
    1.38  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.39 +	
    1.40  	# Strip all stuff.
    1.41  	strip -s $fs/sbin/*
    1.42  	strip -s $fs/lib/*