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

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
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 }