wok annotate acl-dev/receipt @ rev 14257

syslinux/iso2exe: check kernel version, add floppy bootstrap stub
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 28 11:51:42 2013 +0100 (2013-03-28)
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 }