wok-next diff xcb-util-cursor/receipt @ rev 21686

updated glm (0.9.3.2 -> 0.9.9.8)
author Hans-G?nter Theisgen
date Mon Jun 29 16:57:49 2020 +0100 (2020-06-29)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xcb-util-cursor/receipt	Mon Jun 29 16:57:49 2020 +0100
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="xcb-util-cursor"
     1.7 +VERSION="0.1.3"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Module that implements the XCB cursor library"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://xcb.freedesktop.org/"
    1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-cursor.html"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 +WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
    1.17 +TARBALL_SHA1="26562eb6d4151307f7b6a53453d360ecfc0563ac"
    1.18 +
    1.19 +BUILD_DEPENDS="libxcb-dev xcb-util-dev xcb-util-renderutil-dev \
    1.20 +xcb-util-image-dev"
    1.21 +SPLIT="$PACKAGE-dev"
    1.22 +
    1.23 +DEPENDS_std="libxcb xcb-util-image xcb-util-renderutil"
    1.24 +DEPENDS_dev="$PACKAGE libxcb-dev xcb-util-image-dev xcb-util-renderutil-dev"
    1.25 +
    1.26 +compile_rules() {
    1.27 +	./configure \
    1.28 +		--disable-static \
    1.29 +		$CONFIGURE_ARGS &&
    1.30 +	fix libtool &&
    1.31 +	make &&
    1.32 +	make install
    1.33 +}
    1.34 +
    1.35 +TAGS="Xorg"
    1.36 +
    1.37 +PROVIDE_std="xorg-xcb-util-cursor"
    1.38 +PROVIDE_dev="xorg-xcb-util-cursor-dev"