wok diff blackbox/receipt @ rev 20563
pam: force arch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 12 21:59:09 2018 +0100 (2018-12-12) |
parents | 5d53e8ccbc8d |
children | 6e8b1bcb30e2 |
line diff
1.1 --- a/blackbox/receipt Thu Jan 08 02:04:05 2015 +0200 1.2 +++ b/blackbox/receipt Wed Dec 12 21:59:09 2018 +0100 1.3 @@ -6,8 +6,8 @@ 1.4 SHORT_DESC="A small, fast, full-featured window manager for X" 1.5 MAINTAINER="devl547@gmail.com" 1.6 LICENSE="MIT" 1.7 +WEB_SITE="http://blackboxwm.sourceforge.net/" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 -WEB_SITE="http://blackboxwm.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/blackboxwm/$TARBALL" 1.11 TAGS="window-manager" 1.12 1.13 @@ -20,12 +20,14 @@ 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 - cd $src 1.18 patch -p1 < $stuff/blackbox-0.70.1-gcc-4.3.patch 1.19 patch -p0 < $stuff/blackbox-0.70.1-asneeded.patch 1.20 patch -p1 < $stuff/textpropertytostring-unconditional.patch 1.21 - ./configure --sysconfdir=/etc \ 1.22 - --libexecdir=/usr/bin --mandir=/usr/share/man \ 1.23 + 1.24 + ./configure \ 1.25 + --sysconfdir=/etc \ 1.26 + --libexecdir=/usr/bin \ 1.27 + --mandir=/usr/share/man \ 1.28 $CONFIGURE_ARGS && 1.29 make && 1.30 make DESTDIR=$DESTDIR install