wok view apr-dev/receipt @ rev 12574

putty: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 28 20:28:38 2012 +0200 (2012-04-28)
parents 129bb5b11a7e
children 0dca22615fdd
line source
1 # SliTaz package receipt.
3 PACKAGE="apr-dev"
4 VERSION="1.4.2"
5 CATEGORY="development"
6 SHORT_DESC="Apache Portable Runtime Library dev files"
7 MAINTAINER="lehswe@gmail.com"
8 DEPENDS="apr bash"
9 WANTED="apr"
10 WEB_SITE="http://apr.apache.org"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/share
17 cp -a $_pkg/usr/bin $fs/usr
18 cp -a $_pkg/usr/include $fs/usr
19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $_pkg/usr/share/apr-1 $fs/usr/share
22 }