wok annotate gob2/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents e696c8aec48e
children 75362eca62d8
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"
jozee@4499 12 TAGS=""
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() {
gokhlayeh@8922 20 cd $src
gokhlayeh@8922 21 ./configure && make -j1 && make install
jozee@4499 22 }
jozee@4499 23
jozee@4499 24 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4499 25 genpkg_rules()
jozee@4499 26 {
jozee@4499 27 mkdir -p $fs/usr
pascal@15000 28 cp -a $install/usr/bin $fs/usr
jozee@4499 29 }