wok-6.x annotate gob2/receipt @ rev 14557
thunderbird-langpack-it: Up to 17.0.6esr
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu May 23 10:10:37 2013 +0200 (2013-05-23) |
parents | 05374238f04a |
children | 380ffe05937a |
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" |
pascal@12592 | 9 BUILD_DEPENDS="flex glib-dev" |
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 } |