wok annotate slang-dev/receipt @ rev 517

Busybox: Add top and cpio (with cpio -o -H new support)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 08 14:42:37 2008 +0000 (2008-04-08)
parents
children 72eed8c3b746
rev   line source
erjo@506 1 # SliTaz package receipt.
erjo@506 2
erjo@506 3 PACKAGE="slang-dev"
erjo@506 4 VERSION="2.1.3"
erjo@506 5 CATEGORY="development"
erjo@506 6 SHORT_DESC="S-Lang library dev files"
erjo@506 7 MAINTAINER="Erjo <erjo@slitaz.org>"
erjo@506 8 DEPENDS=""
erjo@506 9 WANTED="slang"
erjo@506 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@506 11 WEB_SITE="http://www.s-lang.org/index.html"
erjo@506 12
erjo@506 13
erjo@506 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@506 15 genpkg_rules()
erjo@506 16 {
erjo@506 17 mkdir -p $fs/usr/lib
erjo@506 18 cp -a $_pkg/usr/include $fs/usr
erjo@506 19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
erjo@506 20 }
erjo@506 21