wok diff wxWidgets/receipt @ rev 9641

Fixed rhino, ecj, and xalan-xerces-j depends. Putting java-jre for depends was a bad idea since these packages are build depends for icedtea6-jdk. java-jre is a wanted package for icetea6-jdk. This was causing a depend loop.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 27 16:22:35 2011 +0000 (2011-04-27)
parents 3213525e89ac
children 6988f27ad479
line diff
     1.1 --- a/wxWidgets/receipt	Sat Feb 19 21:54:23 2011 +0100
     1.2 +++ b/wxWidgets/receipt	Wed Apr 27 16:22:35 2011 +0000
     1.3 @@ -20,13 +20,14 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr\
     1.8 +	./configure \
     1.9  		--enable-shared \
    1.10  		--enable-unicode &&
    1.11  	make &&
    1.12 -	make DESTDIR=$PWD/_pkg install &&
    1.13 -	make -C $src/contrib &&
    1.14 -	make -C $src/contrib DESTDIR=$PWD/_pkg  install
    1.15 +	make DESTDIR=$DESTDIR install &&
    1.16 +	cd $src/contrib &&
    1.17 +	make &&
    1.18 +	make DESTDIR=$DESTDIR  install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.