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

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents cd7906120828
children d5aab818505e
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/svn/x/xcb-util-cursor.html"
11 REPOLOGY="xcb-util-cursor"
13 TARBALL="xcb-util-cursor-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
16 BUILD_DEPENDS="xorg-libxcb-dev xorg-xcb-util-dev xorg-xcb-util-renderutil-dev \
17 xorg-xcb-util-image-dev"
18 SPLIT="xorg-xcb-util-cursor-dev"
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 *-xcb-util-cursor)
30 copy @std
31 DEPENDS="xorg-libxcb xorg-xcb-util-image xorg-xcb-util-renderutil"
32 ;;
33 *-dev)
34 copy @dev
35 DEPENDS="xorg-xcb-util-cursor \
36 xorg-libxcb-dev xorg-xcb-util-image-dev xorg-xcb-util-renderutil-dev"
37 ;;
38 esac
39 }