wok-next view xorg-xcb-util-wm/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 034d94e9a1e4
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-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="slaxemulator@gmail.com"
9 LICENSE="MIT"
10 WEB_SITE="https://xcb.freedesktop.org/"
11 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xcb-util-wm.html"
13 TARBALL="xcb-util-wm-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
16 BUILD_DEPENDS="xorg-libxcb-dev xorg-util-macros"
17 SPLIT="xorg-xcb-util-wm-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 *-wm)
29 copy @std
30 DEPENDS="xorg-libxcb"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="xorg-xcb-util-wm xorg-libxcb-dev"
35 ;;
36 esac
37 }