wok view apr-util-dev/receipt @ rev 21088

updated jwm (2.2.0 -> 2.3.7)
author Hans-G?nter Theisgen
date Fri Mar 15 16:26:21 2019 +0100 (2019-03-15)
parents 617dbdeb6f7e
children f4cb7c6f97ac
line source
1 # SliTaz package receipt.
3 PACKAGE="apr-util-dev"
4 VERSION="1.5.2"
5 CATEGORY="development"
6 SHORT_DESC="APR Library Utilities"
7 MAINTAINER="lehswe@gmail.com"
8 LICENSE="Apache"
9 WANTED="apr-util"
10 WEB_SITE="http://apr.apache.org"
12 DEPENDS="apr-util pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/apr-util-1
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/bin $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/apr-util-1/*.*a $fs/usr/lib/apr-util-1
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 }