wok annotate gob2/receipt @ rev 10217

Up: clutter to 1.6.14.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 23:47:54 2011 +0000 (2011-05-20)
parents 9f19aee613be
children e696c8aec48e
rev   line source
jozee@4499 1 # SliTaz package receipt.
jozee@4499 2
jozee@4499 3 PACKAGE="gob2"
gokhlayeh@8922 4 VERSION="2.0.17"
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"
gokhlayeh@8922 9 BUILD_DEPENDS="flex"
jozee@4499 10 WEB_SITE="http://www.5z.com/jirka/gob.html"
jozee@4499 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
jozee@4499 12 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL"
jozee@4499 13 TAGS=""
jozee@4499 14
jozee@4499 15 # Rules to configure and make the package.
jozee@4499 16
jozee@4499 17 compile_rules() {
gokhlayeh@8922 18 cd $src
gokhlayeh@8922 19 ./configure && make -j1 && make 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 }