wok-current annotate apr-util-dev/receipt @ rev 25724

Up audacity to 3.0.2, fix openssh/wxWidgets build
author Stanislas Leduc <shann@slitaz.org>
date Tue Jun 25 14:51:14 2024 +0000 (14 months ago)
parents a23978bfa665
children 5926178cd6fa
rev   line source
erjo@1217 1 # SliTaz package receipt.
erjo@1217 2
erjo@1217 3 PACKAGE="apr-util-dev"
shann@25634 4 VERSION="1.6.3"
pascal@1423 5 CATEGORY="development"
Hans-Günter@22492 6 SHORT_DESC="APR Library Utilities."
erjo@1217 7 MAINTAINER="lehswe@gmail.com"
pascal@15362 8 LICENSE="Apache"
Hans-Günter@22492 9 WEB_SITE="https://apr.apache.org"
erjo@1217 10
pascal@23130 11 DEPENDS="apr-util pkg-config expat-dev"
Hans-Günter@22492 12 WANTED="apr-util"
pascal@15362 13
erjo@1217 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1217 15 genpkg_rules()
erjo@1217 16 {
shann@25629 17 mkdir -p $fs/usr/lib
Hans-Günter@22492 18
Hans-Günter@22492 19 cp -a $install/usr/include $fs/usr
Hans-Günter@22492 20 cp -a $install/usr/bin $fs/usr
Hans-Günter@22492 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
erjo@1217 22 }