wok diff gob2/receipt @ rev 17570

Fix: cairo 1.12.18
author Alexander Medvedev <devl547@gmail.com>
date Sat Feb 07 20:27:18 2015 +0000 (2015-02-07)
parents 380ffe05937a
children d3eb5f4b53ea
line diff
     1.1 --- a/gob2/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/gob2/receipt	Sat Feb 07 20:27:18 2015 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="http://www.5z.com/jirka/gob.html"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL"
     1.7 -TAGS=""
     1.8 +HOST_ARCH="i486 arm"
     1.9  
    1.10  DEPENDS="glib"
    1.11  BUILD_DEPENDS="flex glib-dev"
    1.12 @@ -17,8 +17,7 @@
    1.13  # Rules to configure and make the package.
    1.14  
    1.15  compile_rules() {
    1.16 -	cd $src
    1.17 -	./configure && make -j1 && make install
    1.18 +	./configure $CONFIGURE_ARGS && make -j1 && make install
    1.19  }
    1.20  	
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.