wok-stable annotate acl-dev/receipt @ rev 9484
Add elfkickers
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 05 13:23:34 2011 +0200 (2011-04-05) |
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 } |