wok-next diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xcb-util-wm/receipt	Sun Sep 27 14:34:31 2020 +0100
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="xcb-util-wm"
     1.7 +VERSION="0.4.1"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Utility libraries for XC Binding - client and window-manager \
    1.10 +helpers for ICCCM"
    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-wm.html"
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 +WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
    1.18 +TARBALL_SHA1="7006c52b961c123355320bfc30477cdf90c8bbb7"
    1.19 +
    1.20 +BUILD_DEPENDS="libxcb-dev"
    1.21 +SPLIT="$PACKAGE-dev"
    1.22 +
    1.23 +DEPENDS_std="libxcb"
    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-wm"
    1.38 +PROVIDE_dev="xorg-xcb-util-wm-dev"