wok-next view xcb-util-renderutil/receipt @ rev 19714

Up cookutils (901)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 12 16:19:41 2017 +0300 (2017-05-12)
parents
children 9278a60d6895
line source
1 # SliTaz package receipt.
3 PACKAGE="xcb-util-renderutil"
4 VERSION="0.3.9"
5 CATEGORY="x-window"
6 SHORT_DESC="Additional extension to the XCB library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://xcb.freedesktop.org/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://xcb.freedesktop.org/dist/$TARBALL"
15 DEPENDS="libxcb"
16 BUILD_DEPENDS="libxcb-dev xorg-util-macros"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --disable-static \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cook_copy_files *.so*
31 }