wok view gtk+-demo/receipt @ rev 12134

Re-fix clutter gtk so it build with both tazwok & cookutils
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 13 21:06:51 2012 +0100 (2012-03-13)
parents f8b669b5ca6b
children 9b4bda888249
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk+-demo"
4 VERSION="2.24.10"
5 CATEGORY="development"
6 SHORT_DESC="The GIMP Toolkit example code and demo."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+"
9 WANTED="gtk+"
10 WEB_SITE="http://www.gtk.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin $fs/usr/share/applications
16 cp -a $_pkg/usr/bin/gtk-demo $fs/usr/bin
17 cp -a $_pkg/usr/share/gtk-2.0 $fs/usr/share
18 cp $stuff/*.desktop $fs/usr/share/applications
19 }