wok-6.x annotate acl-dev/receipt @ rev 13725
busybox: fix nfs mount (bug 26)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Dec 21 02:27:20 2012 +0000 (2012-12-21) |
parents | cd2506f67c2e |
children | 164afa784523 |
rev | line source |
---|---|
rcx@3746 | 1 # SliTaz package receipt. |
rcx@3746 | 2 |
rcx@3746 | 3 PACKAGE="acl-dev" |
slaxemulator@10127 | 4 VERSION="2.2.51" |
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 } |