wok annotate gob2/receipt @ rev 16472

Up libgd-dev (2.0.35)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 22 06:55:56 2014 +0000 (2014-04-22)
parents 380ffe05937a
children d3eb5f4b53ea
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"
pascal@15000 7 LICENSE="GPL2"
jozee@4499 8 SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
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"
pankso@16259 12 HOST_ARCH="i486 arm"
jozee@4499 13
pascal@15000 14 DEPENDS="glib"
pascal@15000 15 BUILD_DEPENDS="flex glib-dev"
pascal@15000 16
jozee@4499 17 # Rules to configure and make the package.
jozee@4499 18
jozee@4499 19 compile_rules() {
pankso@16259 20 ./configure $CONFIGURE_ARGS && make -j1 && make 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
pascal@15000 27 cp -a $install/usr/bin $fs/usr
jozee@4499 28 }