wok-next diff xcb-util-image/receipt @ rev 21306

updated httrack (3.45.4 -> 3.49.2)
author Hans-G?nter Theisgen
date Tue Dec 10 10:00:39 2019 +0100 (2019-12-10)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xcb-util-image/receipt	Tue Dec 10 10:00:39 2019 +0100
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="xcb-util-image"
     1.7 +VERSION="0.4.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Utility libraries for XC Binding - Port of Xlib's XImage and \
    1.10 +XShmImage functions"
    1.11 +MAINTAINER="devel@slitaz.org"
    1.12 +LICENSE="MIT"
    1.13 +WEB_SITE="https://xcb.freedesktop.org/"
    1.14 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-image.html"
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 +WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
    1.18 +TARBALL_SHA1="c9c9361781911a47b28f74fc6ebe0abd1273fae4"
    1.19 +
    1.20 +BUILD_DEPENDS="libxcb-dev xcb-util-dev"
    1.21 +SPLIT="$PACKAGE-dev"
    1.22 +
    1.23 +DEPENDS_std="libxcb xcb-util"
    1.24 +DEPENDS_dev="$PACKAGE libxcb-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-image"
    1.38 +PROVIDE_dev="xorg-xcb-util-image-dev"