wok-undigest view xcb-util-renderutil/receipt @ rev 1223

copied libxext recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:38:29 2019 +0100 (2019-11-15)
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 }