wok view gob2/receipt @ rev 19454

Up tzdata (2016h)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 21 10:22:15 2016 +0300 (2016-10-21)
parents 75362eca62d8
children c592287b8ce7
line source
1 # SliTaz package receipt.
3 PACKAGE="gob2"
4 VERSION="2.0.17"
5 CATEGORY="x-window"
6 MAINTAINER="jozee@slitaz.org"
7 LICENSE="GPL2"
8 SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
9 WEB_SITE="http://www.5z.com/jirka/gob.html"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/${VERSION%.*}/$TARBALL"
12 HOST_ARCH="i486 arm"
14 DEPENDS="glib"
15 BUILD_DEPENDS="flex glib-dev"
17 # Rules to configure and make the package.
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS && make -j1 && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }