wok-next annotate libxcb/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents
children
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="libxcb"
al@21072 4 VERSION="1.13.1"
al@21072 5 CATEGORY="x-window"
al@21072 6 SHORT_DESC="A C binding to the X11 protocol"
al@21072 7 MAINTAINER="devel@slitaz.org"
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/libxcb.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="2ab17a1bb2a44e0a9cb0b26bcf899689ba1bbb3b"
al@21072 15
al@21072 16 BUILD_DEPENDS="libxslt-dev xcb-proto libxau-dev libxdmcp-dev"
al@21072 17 SPLIT="$PACKAGE-dev"
al@21072 18
al@21072 19 DEPENDS_std="libxau libxdmcp"
al@21072 20 DEPENDS_dev="$PACKAGE libxau-dev libxdmcp-dev"
al@21072 21
al@21072 22 compile_rules() {
al@21072 23 sed -i "s|pthread-stubs||" configure
al@21072 24
al@21072 25 ./configure \
al@21072 26 --disable-static \
al@21072 27 --enable-xinput \
al@21072 28 --enable-xprint \
al@21072 29 $CONFIGURE_ARGS &&
al@21072 30 fix libtool &&
al@21072 31 make &&
al@21072 32 make install || return 1
al@21072 33
al@21072 34 chown -R 0:0 $install
al@21072 35 }
al@21072 36
al@21072 37 TAGS="Xorg"
al@21072 38
al@21072 39 PROVIDE_std="xorg-libxcb"
al@21072 40 PROVIDE_dev="xorg-libxcb-dev"