wok diff ftjam/receipt @ rev 11297

lxpanel: update patches... (thanks Saipul)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 12 11:24:01 2011 +0100 (2011-11-12)
parents c29bdd2b1059
children 3b4e4318134e
line diff
     1.1 --- a/ftjam/receipt	Mon Feb 14 04:09:16 2011 +0000
     1.2 +++ b/ftjam/receipt	Sat Nov 12 11:24:01 2011 +0100
     1.3 @@ -6,19 +6,19 @@
     1.4  MAINTAINER="jozee@slitaz.org"
     1.5  SHORT_DESC=="FT Jam - an enhanced version of the Jam build tool"
     1.6  WEB_SITE="http://freetype.org/jam/"
     1.7 -DEPENDS="glibc-base"
     1.8 -BUILD_DEPENDS="bison"
     1.9  PROVIDE="jam"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WGET_URL="http://david.freetype.org/jam/$TARBALL"
    1.12  
    1.13 +DEPENDS="glibc-base"
    1.14 +BUILD_DEPENDS="bison"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17 -
    1.18  compile_rules() {
    1.19 -  cd $src
    1.20 -  ./configure --prefix=/usr 
    1.21 -  make 
    1.22 -  make DESTDIR=$PWD/_pkg install 
    1.23 +	cd $src
    1.24 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make DESTDIR=$DESTDIR install 
    1.27  }
    1.28  	
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.