wok view gob2/receipt @ rev 13950

add libwmf libwmf-dev
author ernia <monghitri@aruba.it>
date Tue Jan 29 21:00:25 2013 +0000 (2013-01-29)
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 }