wok-next diff gob2/receipt @ rev 5315
Up: emacs-pkg-lua-mode (2010-04-04)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed Apr 21 18:25:39 2010 +0200 (2010-04-21) |
parents | 3efa1ccf3015 |
children | 05374238f04a |
line diff
1.1 --- a/gob2/receipt Fri Nov 20 15:29:13 2009 +0000 1.2 +++ b/gob2/receipt Wed Apr 21 18:25:39 2010 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 MAINTAINER="jozee@slitaz.org" 1.6 SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects" 1.7 +DEPENDS="glib" 1.8 WEB_SITE="http://www.5z.com/jirka/gob.html" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL" 1.11 @@ -14,8 +15,8 @@ 1.12 1.13 compile_rules() { 1.14 cd $src 1.15 - ./configure --prefix=/usr 1.16 - make 1.17 + ./configure --prefix=/usr && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21