wok-next annotate xcb-util-cursor/receipt @ rev 21370

updated minidlna (1.1.4 -> 1.2.1)
author Hans-G?nter Theisgen
date Thu Apr 16 09:58:07 2020 +0100 (2020-04-16)
parents
children
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="xcb-util-cursor"
al@21072 4 VERSION="0.1.3"
al@21072 5 CATEGORY="x-window"
al@21072 6 SHORT_DESC="Module that implements the XCB cursor library"
al@21072 7 MAINTAINER="al.bobylev@gmail.com"
al@21072 8 LICENSE="MIT"
al@21072 9 WEB_SITE="https://xcb.freedesktop.org/"
al@21072 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-cursor.html"
al@21072 11
al@21072 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21072 13 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
al@21072 14 TARBALL_SHA1="26562eb6d4151307f7b6a53453d360ecfc0563ac"
al@21072 15
al@21072 16 BUILD_DEPENDS="libxcb-dev xcb-util-dev xcb-util-renderutil-dev \
al@21072 17 xcb-util-image-dev"
al@21072 18 SPLIT="$PACKAGE-dev"
al@21072 19
al@21072 20 DEPENDS_std="libxcb xcb-util-image xcb-util-renderutil"
al@21072 21 DEPENDS_dev="$PACKAGE libxcb-dev xcb-util-image-dev xcb-util-renderutil-dev"
al@21072 22
al@21072 23 compile_rules() {
al@21072 24 ./configure \
al@21072 25 --disable-static \
al@21072 26 $CONFIGURE_ARGS &&
al@21072 27 fix libtool &&
al@21072 28 make &&
al@21072 29 make install
al@21072 30 }
al@21072 31
al@21072 32 TAGS="Xorg"
al@21072 33
al@21072 34 PROVIDE_std="xorg-xcb-util-cursor"
al@21072 35 PROVIDE_dev="xorg-xcb-util-cursor-dev"