wok annotate acl-dev/receipt @ rev 8317

Meta package ndiswrapper doesn't needed to download ndiswrapper since its not compiled here. Its download in ndiswrapper-driver receipt and also compiled there.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:25:21 2011 +0000 (2011-02-01)
parents 4cefe4c450a8
children 242a015e1b52
rev   line source
rcx@3746 1 # SliTaz package receipt.
rcx@3746 2
rcx@3746 3 PACKAGE="acl-dev"
rcx@6061 4 VERSION="2.2.49"
rcx@3746 5 CATEGORY="development"
rcx@3746 6 SHORT_DESC="Development files for acl."
rcx@3746 7 MAINTAINER="rcx@zoominternet.net"
slaxemulator@6964 8 DEPENDS="acl attr-dev"
rcx@3746 9 WEB_SITE="http://savannah.nongnu.org/projects/acl/"
rcx@3746 10 WANTED="acl"
rcx@3746 11
rcx@3746 12 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3746 13 genpkg_rules()
rcx@3746 14 {
gokhlayeh@8050 15 mkdir -p $fs/usr/lib $fs/usr/include $fs/lib
rcx@3746 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
gokhlayeh@8050 17 cp -a $_pkg/lib/*.*a $fs/lib
gokhlayeh@8050 18 cp -a $_pkg/usr/include/* $fs/usr/include
rcx@3746 19 }