wok rev 8228

imported patch cleanup/xalan-c.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents c87bd29ce293
children 438f721fcdb1
files xalan-c/receipt
line diff
     1.1 --- a/xalan-c/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.2 +++ b/xalan-c/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.3 @@ -16,24 +16,16 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	# Determine if BUILD_HOST has been defined in tazwok.conf as it should
     1.8 -	if [ -z "$BUILD_HOST" ] ; then
     1.9 -		# Provide a default TOOLPREFIX value
    1.10 -		BUILD_HOST=i486-pc-linux-gnu
    1.11 -	fi
    1.12 -
    1.13 -	mv xml-xalan/c $src
    1.14 -	rm -r xml-xalan
    1.15 -
    1.16  	cd $src
    1.17 +	mv c/* . && rm -r c
    1.18  	
    1.19  	export XERCESCROOT=/usr
    1.20  	export XALANCROOT=$src
    1.21  	
    1.22  	./runConfigure -p linux -c gcc -x g++ -P /usr \
    1.23  		-C --build=$BUILD_HOST -C --host=$BUILD_HOST &&
    1.24 -	make -j 4 &&
    1.25 -	make DESTDIR=$src/_pkg install
    1.26 +	make &&
    1.27 +	make install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.