wok-undigest view xcb-util-renderutil/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"
4 VERSION="0.3.8"
5 CATEGORY="x-window"
6 SHORT_DESC="Utility libraries for XC Binding"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="other"
9 WEB_SITE="http://xcb.freedesktop.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://xcb.freedesktop.org/dist/$TARBALL"
13 DEPENDS="libxcb"
14 BUILD_DEPENDS="libxcb-dev xorg-util-macros"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib
29 cp -a $install/usr/lib/*.so* $fs/usr/lib
30 }