wok-6.x view apr-dev/receipt @ rev 5449
linmodem-intel-536ep: fix compile_rules (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 05 14:12:43 2010 +0200 (2010-05-05) |
parents | 805d63a583d5 |
children | aa8b383fcb2b |
line source
1 # SliTaz package receipt.
3 PACKAGE="apr-dev"
4 VERSION="1.3.9"
5 CATEGORY="development"
6 SHORT_DESC="Apache Portable Runtime Library dev files"
7 MAINTAINER="lehswe@gmail.com"
8 DEPENDS="apr"
9 WANTED="apr"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://apr.apache.org"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib $fs/usr/share
20 cp -a $_pkg/usr/bin $fs/usr
21 cp -a $_pkg/usr/include $fs/usr
22 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
23 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
24 cp -a $_pkg/usr/share/apr-1 $fs/usr/share
25 }