wok-next view gtk+3-demo/receipt @ rev 19819

gstreamer0: update for the new bison version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 29 12:09:11 2017 +0200 (2017-07-29)
parents 1bb2f73e5e1b
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk+3-demo"
4 VERSION="3.20.9"
5 CATEGORY="development"
6 SHORT_DESC="The GIMP Toolkit 3.x (example code and demo)"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://www.gtk.org/"
11 WANTED="gtk+3"
12 DEPENDS="gtk+3"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 copy gtk3-demo* *Demo* *exampleapp*
19 rm -r $fs/usr/share/gtk-doc $fs/usr/share/man
20 }