wok-next view xorg-xcb-util-renderutil/receipt @ rev 20750

consolekit2, esound, fuse-emulator, glib, gstreamer1: update bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 01 11:43:22 2018 +0300 (2018-06-01)
parents 034d94e9a1e4
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-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="MIT"
9 WEB_SITE="https://xcb.freedesktop.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xcb-util-renderutil.html"
12 TARBALL="xcb-util-renderutil-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
15 BUILD_DEPENDS="xorg-libxcb-dev xorg-util-macros"
16 SPLIT="xorg-xcb-util-renderutil-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 *-renderutil)
28 copy @std
29 DEPENDS="xorg-libxcb"
30 ;;
31 *-dev)
32 copy @dev
33 DEPENDS="xorg-xcb-util-renderutil xorg-libxcb-dev"
34 ;;
35 esac
36 }