wok view gob2/receipt @ rev 15693

linux-lxc: modify post_install() for update /etc/fstab
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 08:40:56 2013 +0100 (2013-12-21)
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 }