wok view gnustep-gui-dev/receipt @ rev 19570
qt4: patch configure -no-rpath
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Dec 22 20:43:12 2016 +0100 (2016-12-22) |
parents | 6c80e7d299c3 |
children | 3a42ed2154cd |
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 }