wok view apr-dev/receipt @ rev 25678

Patch ghostscript CVE-2023-36664
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 08 14:12:03 2024 +0100 (5 months ago)
parents 3017ac7f9219
children
line source
1 # SliTaz package receipt.
3 PACKAGE="apr-dev"
4 VERSION="1.7.4"
5 CATEGORY="development"
6 SHORT_DESC="Apache Portable Runtime Library - development files."
7 MAINTAINER="lehswe@gmail.com"
8 LICENSE="Apache"
9 WEB_SITE="https://apr.apache.org"
11 DEPENDS="apr bash pkg-config"
12 WANTED="apr"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 mkdir -p $fs/usr/share
20 cp -a $install/usr/bin $fs/usr
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/usr/lib/*.*a $fs/usr/lib
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 cp -a $install/usr/share/apr-1 $fs/usr/share
25 }