wok view xcb-util-xrm-dev/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xcb-util-xrm-dev"
4 VERSION="1.3"
5 CATEGORY="development"
6 SHORT_DESC="Development files for xcb-util-xrm."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/Airblader/xcb-util-xrm"
11 WANTED="xcb-util-xrm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/lib/*.la $fs/usr/lib
21 }