wok-current view apr-util-dev/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (5 months ago)
parents a23978bfa665
children
line source
1 # SliTaz package receipt.
3 PACKAGE="apr-util-dev"
4 VERSION="1.6.3"
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 expat-dev"
12 WANTED="apr-util"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/bin $fs/usr
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }