wok view gob2/receipt @ rev 17309

Up buildroot (2014.08)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 02 11:46:58 2014 +0100 (2014-11-02)
parents 380ffe05937a
children d3eb5f4b53ea
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}/2.0/$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 }