wok rev 8743

wxWidgets: Fix build & improve depends.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Feb 19 21:54:23 2011 +0100 (2011-02-19)
parents b8c61f52220c
children 6b78f781fc73
files wxWidgets/receipt
line diff
     1.1 --- a/wxWidgets/receipt	Sat Feb 19 21:53:08 2011 +0100
     1.2 +++ b/wxWidgets/receipt	Sat Feb 19 21:54:23 2011 +0100
     1.3 @@ -20,14 +20,13 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure \
     1.8 +	./configure --prefix=/usr\
     1.9  		--enable-shared \
    1.10  		--enable-unicode &&
    1.11  	make &&
    1.12 -	make DESTDIR=$DESTDIR install &&
    1.13 -	cd $src/contrib &&
    1.14 -	make &&
    1.15 -	make DESTDIR=$DESTDIR install
    1.16 +	make DESTDIR=$PWD/_pkg install &&
    1.17 +	make -C $src/contrib &&
    1.18 +	make -C $src/contrib DESTDIR=$PWD/_pkg  install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.