wok diff gob2/receipt @ rev 11785

Down gnumeric (0.8.16) 0.8.17 references gtk+-3. Removed unrecognized option from goffice
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Feb 24 10:18:11 2012 -0800 (2012-02-24)
parents 9f19aee613be
children e696c8aec48e
line diff
     1.1 --- a/gob2/receipt	Sun Feb 28 15:33:01 2010 +0100
     1.2 +++ b/gob2/receipt	Fri Feb 24 10:18:11 2012 -0800
     1.3 @@ -1,11 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gob2"
     1.7 -VERSION="2.0.16"
     1.8 +VERSION="2.0.17"
     1.9  CATEGORY="x-window"
    1.10  MAINTAINER="jozee@slitaz.org"
    1.11  SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
    1.12  DEPENDS="glib"
    1.13 +BUILD_DEPENDS="flex"
    1.14  WEB_SITE="http://www.5z.com/jirka/gob.html"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL"
    1.17 @@ -14,10 +15,8 @@
    1.18  # Rules to configure and make the package.
    1.19  
    1.20  compile_rules() {
    1.21 -  cd $src
    1.22 -  ./configure --prefix=/usr &&
    1.23 -  make &&
    1.24 -  make DESTDIR=$PWD/_pkg install 
    1.25 +	cd $src
    1.26 +	./configure && make -j1 && make install
    1.27  }
    1.28  	
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.