wok diff gob2/receipt @ rev 11466

snort-mysql: add flex to build_depends
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 17 11:45:19 2011 +0100 (2011-12-17)
parents 9f19aee613be
children e696c8aec48e
line diff
     1.1 --- a/gob2/receipt	Sun Feb 28 15:33:01 2010 +0100
     1.2 +++ b/gob2/receipt	Sat Dec 17 11:45:19 2011 +0100
     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.