wok-next view blackbox/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents 835b3b8ce6ac
children a3c581bf52b8
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 ./configure \
21 --libexecdir=/usr/bin \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="xorg-libXt xorg-libXft"
31 TAGS="window-manager"
32 }