wok view gob2/receipt @ rev 16164

wayland: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 29 08:28:10 2014 +0000 (2014-03-29)
parents e696c8aec48e
children 75362eca62d8
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 TAGS=""
14 DEPENDS="glib"
15 BUILD_DEPENDS="flex glib-dev"
17 # Rules to configure and make the package.
19 compile_rules() {
20 cd $src
21 ./configure && make -j1 && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }