wok-next diff ratpoison/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 914266a96a3c |
children | 5669e8b3be70 |
line diff
1.1 --- a/ratpoison/receipt Tue Nov 07 09:32:28 2017 +0100 1.2 +++ b/ratpoison/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -3,27 +3,26 @@ 1.4 PACKAGE="ratpoison" 1.5 VERSION="1.4.5" 1.6 CATEGORY="x-window" 1.7 -SHORT_DESC="Ratpoison is an extremely light-weightWM using only keyboard." 1.8 -MAINTAINER="gokhlayeh@slitaz.org" 1.9 +SHORT_DESC="Extremely lightweight WM using only keyboard" 1.10 +MAINTAINER="devel@slitaz.org" 1.11 LICENSE="GPL2" 1.12 +WEB_SITE="http://www.nongnu.org/ratpoison/" 1.13 + 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://www.nongnu.org/ratpoison/" 1.16 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 1.17 -TAGS="window-manager" 1.18 1.19 -DEPENDS="microperl xorg-libXtst xorg-libXinerama" 1.20 BUILD_DEPENDS="xorg-libXtst-dev xorg-libXinerama-dev" 1.21 1.22 -# Rules to configure and make the package. 1.23 -compile_rules() 1.24 -{ 1.25 - ./configure && make CFLAGS="$CFLAGS -DHAVE_GETLINE" && make install 1.26 +compile_rules() { 1.27 + ./configure && 1.28 + make CFLAGS="$CFLAGS -DHAVE_GETLINE" && 1.29 + make install 1.30 } 1.31 1.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.33 -genpkg_rules() 1.34 -{ 1.35 +genpkg_rules() { 1.36 mkdir -p $fs/usr/share 1.37 cp -a $install/usr/bin $fs/usr 1.38 cp -a $install/usr/share/ratpoison $fs/usr/share 1.39 + DEPENDS="microperl xorg-libXtst xorg-libXinerama" 1.40 + TAGS="window-manager" 1.41 }