wok-next view xcb-util-wm/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xcb-util-wm"
4 VERSION="0.4.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Utility libraries for XC Binding - client and window-manager \
7 helpers for ICCCM"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://xcb.freedesktop.org/"
11 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-wm.html"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
15 TARBALL_SHA1="7006c52b961c123355320bfc30477cdf90c8bbb7"
17 BUILD_DEPENDS="libxcb-dev"
18 SPLIT="$PACKAGE-dev"
20 DEPENDS_std="libxcb"
21 DEPENDS_dev="$PACKAGE libxcb-dev"
23 compile_rules() {
24 ./configure \
25 --disable-static \
26 $CONFIGURE_ARGS &&
27 fix libtool &&
28 make &&
29 make install
30 }
32 TAGS="Xorg"
34 PROVIDE_std="xorg-xcb-util-wm"
35 PROVIDE_dev="xorg-xcb-util-wm-dev"