wok-next annotate xcb-util-wm/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents
children
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="xcb-util-wm"
al@21072 4 VERSION="0.4.1"
al@21072 5 CATEGORY="x-window"
al@21072 6 SHORT_DESC="Utility libraries for XC Binding - client and window-manager \
al@21072 7 helpers for ICCCM"
al@21072 8 MAINTAINER="devel@slitaz.org"
al@21072 9 LICENSE="MIT"
al@21072 10 WEB_SITE="https://xcb.freedesktop.org/"
al@21072 11 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-wm.html"
al@21072 12
al@21072 13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21072 14 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
al@21072 15 TARBALL_SHA1="7006c52b961c123355320bfc30477cdf90c8bbb7"
al@21072 16
al@21072 17 BUILD_DEPENDS="libxcb-dev"
al@21072 18 SPLIT="$PACKAGE-dev"
al@21072 19
al@21072 20 DEPENDS_std="libxcb"
al@21072 21 DEPENDS_dev="$PACKAGE libxcb-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-wm"
al@21072 35 PROVIDE_dev="xorg-xcb-util-wm-dev"