wok view gob2/receipt @ rev 13891

Up: tazlito (5.1), tazpanel (1.6.1), tazusb (4.2.1), tazweb (1.6.3)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 17 19:38:55 2013 +0100 (2013-01-17)
parents 05374238f04a
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="gob2"
4 VERSION="2.0.17"
5 CATEGORY="x-window"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
8 DEPENDS="glib"
9 BUILD_DEPENDS="flex glib-dev"
10 WEB_SITE="http://www.5z.com/jirka/gob.html"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL"
13 TAGS=""
15 # Rules to configure and make the package.
17 compile_rules() {
18 cd $src
19 ./configure && make -j1 && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr
27 }