wok annotate gob2/receipt @ rev 4499

Add: gob2, gob2-dev
author Rohit Joshi <jozee@slitaz.org>
date Fri Nov 20 15:29:13 2009 +0000 (2009-11-20)
parents
children 9f19aee613be
rev   line source
jozee@4499 1 # SliTaz package receipt.
jozee@4499 2
jozee@4499 3 PACKAGE="gob2"
jozee@4499 4 VERSION="2.0.16"
jozee@4499 5 CATEGORY="x-window"
jozee@4499 6 MAINTAINER="jozee@slitaz.org"
jozee@4499 7 SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
jozee@4499 8 WEB_SITE="http://www.5z.com/jirka/gob.html"
jozee@4499 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
jozee@4499 10 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL"
jozee@4499 11 TAGS=""
jozee@4499 12
jozee@4499 13 # Rules to configure and make the package.
jozee@4499 14
jozee@4499 15 compile_rules() {
jozee@4499 16 cd $src
jozee@4499 17 ./configure --prefix=/usr
jozee@4499 18 make
jozee@4499 19 make DESTDIR=$PWD/_pkg install
jozee@4499 20 }
jozee@4499 21
jozee@4499 22 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4499 23 genpkg_rules()
jozee@4499 24 {
jozee@4499 25 mkdir -p $fs/usr
jozee@4499 26 cp -a $_pkg/usr/bin $fs/usr
jozee@4499 27 }