wok-next view xorg-xcb-util-cursor/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 034d94e9a1e4
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xcb-util-cursor"
4 VERSION="0.1.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Module that implements the XCB cursor 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-cursor.html"
12 TARBALL="xcb-util-cursor-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
15 BUILD_DEPENDS="xorg-libxcb-dev xorg-xcb-util-dev xorg-xcb-util-renderutil-dev \
16 xorg-xcb-util-image-dev"
17 SPLIT="xorg-xcb-util-cursor-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 *-xcb-util-cursor)
29 copy @std
30 DEPENDS="xorg-libxcb xorg-xcb-util-image xorg-xcb-util-renderutil"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="xorg-xcb-util-cursor \
35 xorg-libxcb-dev xorg-xcb-util-image-dev xorg-xcb-util-renderutil-dev"
36 ;;
37 esac
38 }