wok-undigest view xcb-util-renderutil-dev/receipt @ rev 1229

updated libgio and libgio-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 14:00:14 2020 +0100 (2020-09-09)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xcb-util-renderutil-dev"
4 VERSION="0.3.8"
5 CATEGORY="development"
6 SHORT_DESC="devel files for xcb-util-renderutil"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="other"
9 WEB_SITE="http://xcb.freedesktop.org/"
10 WANTED="xcb-util-renderutil"
12 DEPENDS="xcb-util-renderutil pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 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 }