wok diff wxWidgets/receipt @ rev 8692

Switch back to mercurial, home sweet home :)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 17 19:06:05 2011 +0100 (2011-02-17)
parents 4252a368d218
children 3213525e89ac
line diff
     1.1 --- a/wxWidgets/receipt	Thu Sep 30 01:28:36 2010 +0000
     1.2 +++ b/wxWidgets/receipt	Thu Feb 17 19:06:05 2011 +0100
     1.3 @@ -21,17 +21,13 @@
     1.4  {
     1.5  	cd $src
     1.6  	./configure \
     1.7 -		--prefix=/usr \
     1.8  		--enable-shared \
     1.9 -		--enable-unicode \
    1.10 -		--infodir=/usr/share/info \
    1.11 -		--mandir=/usr/share/man \
    1.12 -		$CONFIGURE_ARGS &&
    1.13 -	make -j 4 &&
    1.14 -	make DESTDIR=$src/_pkg install &&
    1.15 +		--enable-unicode &&
    1.16 +	make &&
    1.17 +	make DESTDIR=$DESTDIR install &&
    1.18  	cd $src/contrib &&
    1.19 -	make -j 4 &&
    1.20 -	make DESTDIR=$src/contrib/_pkg install
    1.21 +	make &&
    1.22 +	make DESTDIR=$DESTDIR install
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 @@ -40,7 +36,6 @@
    1.27  	mkdir -p $fs/usr
    1.28  	# Copy libs and contrib libs.
    1.29  	cp -a $_pkg/usr/lib/ $fs/usr/
    1.30 -	cp -a $src/contrib/_pkg/usr/lib/ $fs/usr/
    1.31  	# Remove devel files.
    1.32  	rm -rf $fs/usr/lib/wx/include
    1.33  }