wok view gob2/receipt @ rev 11940

evince-doc: local html help only. Evince goes to www for help
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 29 21:48:25 2012 -0800 (2012-02-29)
parents 9f19aee613be
children e696c8aec48e
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"
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 }