wok-next view blackbox/receipt @ rev 20569

Fix libtool where applicable (a*-f* packages yet); combine collectd* receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 07:14:16 2018 +0300 (2018-04-13)
parents 757d032c55c7
children d6378d455338
line source
1 # SliTaz package receipt v2.
3 PACKAGE="blackbox"
4 VERSION="0.70.1"
5 CATEGORY="x-window"
6 SHORT_DESC="A small, fast, full-featured window manager for X"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="http://blackboxwm.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/blackboxwm/$TARBALL"
14 BUILD_DEPENDS="xorg-libXt-dev xorg-libXft-dev xorg-xextproto libxml2-dev"
16 # TODO: modify tazx for blackbox so it will creat a correct ~/.xinitrc
17 # to let user use the wm via slim/F1 or by default with 'tazx blackbox'.
19 compile_rules() {
20 patch -p1 < $stuff/blackbox-0.70.1-gcc-4.3.patch
21 patch -p0 < $stuff/blackbox-0.70.1-asneeded.patch
22 patch -p1 < $stuff/textpropertytostring-unconditional.patch
24 ./configure \
25 --libexecdir=/usr/bin \
26 $CONFIGURE_ARGS &&
27 fix libtool &&
28 make &&
29 make DESTDIR=$DESTDIR install
30 }
32 genpkg_rules() {
33 copy @std
34 DEPENDS="xorg-libXt xorg-libXft"
35 TAGS="window-manager"
36 }