wok diff lvm2/receipt @ rev 10621

enlightenment and libs: huge clean to bdeps and make it build
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 26 21:09:04 2011 +0200 (2011-05-26)
parents d1768332cee0
children 057729ecdde5
line diff
     1.1 --- a/lvm2/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/lvm2/receipt	Thu May 26 21:09:04 2011 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="lvm2"
     1.6  SOURCE="LVM2"
     1.7 -VERSION="2.02.84"
     1.8 +VERSION="2.02.85"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Linux Logical Volume Manager."
    1.11  MAINTAINER="guillaume.michon@laposte.net"
    1.12 @@ -18,16 +18,13 @@
    1.13  	cd $src
    1.14  	patch -Np1 -i $stuff/lvm2_hotfix_udevsync.patch
    1.15  	./configure \
    1.16 -		--prefix=/usr \
    1.17 -		--infodir=/usr/share/info \
    1.18 -		--mandir=/usr/share/man \
    1.19  		--enable-cmdlib \
    1.20  		--enable-dmeventd \
    1.21  		--with-udevdir=/etc/udev/rules.d \
    1.22  		$CONFIGURE_ARGS &&
    1.23 -	make && make DESTDIR=$PWD/_pkg install
    1.24 +	make && make install
    1.25  	cd $src/udev
    1.26 -	make DESTDIR=$src/_pkg install
    1.27 +	make install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 @@ -40,7 +37,4 @@
    1.32  	# split libdevmapper
    1.33  	rm -f $fs/usr/lib/libdevmapper*.so*
    1.34  	rm -f $fs/usr/sbin/dmsetup
    1.35 -
    1.36 -}
    1.37 -
    1.38 -
    1.39 +}
    1.40 \ No newline at end of file