wok-next diff libxcb/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libxcb/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -0,0 +1,40 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="libxcb"
     1.7 +VERSION="1.13.1"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="A C binding to the X11 protocol"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://xcb.freedesktop.org/"
    1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/libxcb.html"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 +WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
    1.17 +TARBALL_SHA1="2ab17a1bb2a44e0a9cb0b26bcf899689ba1bbb3b"
    1.18 +
    1.19 +BUILD_DEPENDS="libxslt-dev xcb-proto libxau-dev libxdmcp-dev"
    1.20 +SPLIT="$PACKAGE-dev"
    1.21 +
    1.22 +DEPENDS_std="libxau libxdmcp"
    1.23 +DEPENDS_dev="$PACKAGE libxau-dev libxdmcp-dev"
    1.24 +
    1.25 +compile_rules() {
    1.26 +	sed -i "s|pthread-stubs||" configure
    1.27 +
    1.28 +	./configure \
    1.29 +		--disable-static \
    1.30 +		--enable-xinput \
    1.31 +		--enable-xprint \
    1.32 +		$CONFIGURE_ARGS &&
    1.33 +	fix libtool &&
    1.34 +	make &&
    1.35 +	make install || return 1
    1.36 +
    1.37 +	chown -R 0:0 $install
    1.38 +}
    1.39 +
    1.40 +TAGS="Xorg"
    1.41 +
    1.42 +PROVIDE_std="xorg-libxcb"
    1.43 +PROVIDE_dev="xorg-libxcb-dev"