wok-current view apr-util-dev/receipt @ rev 22698
updated encfs (1.7.4 -> 1.9.5)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 21 10:01:43 2020 +0100 (2020-01-21) |
parents | 851fc1686394 |
children | 9fb157256b44 |
line source
1 # SliTaz package receipt.
3 PACKAGE="apr-util-dev"
4 VERSION="1.6.1"
5 CATEGORY="development"
6 SHORT_DESC="APR Library Utilities."
7 MAINTAINER="lehswe@gmail.com"
8 LICENSE="Apache"
9 WEB_SITE="https://apr.apache.org"
11 DEPENDS="apr-util pkg-config"
12 WANTED="apr-util"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/apr-util-1
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/bin $fs/usr
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/lib/apr-util-1/*.*a $fs/usr/lib/apr-util-1
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 }