wok-current rev 8922
Fix gob2: add bdep flex
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 01 02:33:54 2011 +0100 (2011-03-01) |
parents | cf8b4889e6ab |
children | 9f0e57c32d9b |
files | gob2/receipt |
line diff
1.1 --- a/gob2/receipt Tue Mar 01 02:19:35 2011 +0100 1.2 +++ b/gob2/receipt Tue Mar 01 02:33:54 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.