wok-next view gnustep-gui-dev/receipt @ rev 16589

dbus: fix init script (with /run and /var/run mounted as tmpfs, we can't preinstall /var/run/dbus, we must create it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 05 19:10:34 2014 +0200 (2014-05-05)
parents 6c80e7d299c3
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gnustep-gui-dev"
4 VERSION="0.20.0"
5 CATEGORY="development"
6 SHORT_DESC="GNUstep base devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WANTED="gnustep-gui"
10 WEB_SITE="http://www.gnustep.org/"
12 DEPENDS="gnustep-gui"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/share/GNUstep $fs/usr/share
20 }