wok-next view xcb-util-cursor/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="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"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
14 TARBALL_SHA1="26562eb6d4151307f7b6a53453d360ecfc0563ac"
16 BUILD_DEPENDS="libxcb-dev xcb-util-dev xcb-util-renderutil-dev \
17 xcb-util-image-dev"
18 SPLIT="$PACKAGE-dev"
20 DEPENDS_std="libxcb xcb-util-image xcb-util-renderutil"
21 DEPENDS_dev="$PACKAGE libxcb-dev xcb-util-image-dev xcb-util-renderutil-dev"
23 compile_rules() {
24 ./configure \
25 --disable-static \
26 $CONFIGURE_ARGS &&
27 fix libtool &&
28 make &&
29 make install
30 }
32 TAGS="Xorg"
34 PROVIDE_std="xorg-xcb-util-cursor"
35 PROVIDE_dev="xorg-xcb-util-cursor-dev"