wok view acl-dev/receipt @ rev 4071

Add syasokoban
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 12 22:38:05 2009 +0200 (2009-09-12)
parents d5c5a2410a9d
children b81679ca0820
line source
1 # SliTaz package receipt.
3 PACKAGE="acl-dev"
4 VERSION="2.2.47-1"
5 CATEGORY="development"
6 SHORT_DESC="Development files for acl."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS=""
9 WEB_SITE="http://savannah.nongnu.org/projects/acl/"
10 WANTED="acl"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/include
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 # Symlinks are not created correctly; create manually
19 mkdir -p $fs/lib
20 ln -s /usr/lib/libacl.a $fs/lib/libacl.a
21 ln -s /usr/lib/libacl.la $fs/lib/libacl.la
23 cp -a $src/include/*acl*.h $fs/usr/include
24 }