wok annotate gob2/receipt @ rev 7937

slitaz-mercurial-style: Start moving to new CSS and layout
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 21:53:28 2011 +0100 (2011-01-11)
parents 3efa1ccf3015
children 05374238f04a
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"
pascal@5001 8 DEPENDS="glib"
jozee@4499 9 WEB_SITE="http://www.5z.com/jirka/gob.html"
jozee@4499 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
jozee@4499 11 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL"
jozee@4499 12 TAGS=""
jozee@4499 13
jozee@4499 14 # Rules to configure and make the package.
jozee@4499 15
jozee@4499 16 compile_rules() {
jozee@4499 17 cd $src
pascal@5001 18 ./configure --prefix=/usr &&
pascal@5001 19 make &&
jozee@4499 20 make DESTDIR=$PWD/_pkg install
jozee@4499 21 }
jozee@4499 22
jozee@4499 23 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4499 24 genpkg_rules()
jozee@4499 25 {
jozee@4499 26 mkdir -p $fs/usr
jozee@4499 27 cp -a $_pkg/usr/bin $fs/usr
jozee@4499 28 }