wok view slang-dev/receipt @ rev 10010

gnustep-gui: build but need tar
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 02:11:20 2011 +0200 (2011-05-19)
parents df78a21d6e40
children 9f2655ff38ef
line source
1 # SliTaz package receipt.
3 PACKAGE="slang-dev"
4 VERSION="2.2.3"
5 CATEGORY="development"
6 SHORT_DESC="S-Lang library dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="slang"
9 WANTED="slang"
10 WEB_SITE="http://www.s-lang.org/index.html"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 }