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

updated mpfr and mpfr-dev (4.0.2 -> 4.1.0)
author Hans-G?nter Theisgen
date Mon Apr 11 07:23:35 2022 +0100 (2022-04-11)
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 }