wok diff pekwm/receipt @ rev 17153
Down disount (2.1.6) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 11 16:11:40 2014 +0200 (2014-09-11) |
parents | 1c0a598ad465 |
children | 5d53e8ccbc8d |
line diff
1.1 --- a/pekwm/receipt Sun Oct 16 23:12:55 2011 +0000 1.2 +++ b/pekwm/receipt Thu Sep 11 16:11:40 2014 +0200 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Very light, configurable and themable window manager for X." 1.6 MAINTAINER="jozee@slitaz.org" 1.7 -DEPENDS="xorg-libX11 xorg-libXinerama xorg-libXft xorg-libXrandr xorg-libXpm" 1.8 -BUILD_DEPENDS="xorg-dev xorg-dev-proto zlib-dev" 1.9 +LICENSE="GPL2" 1.10 SUGGESTED="hsetroot tint2 lxpanel wbar xorg-xprop xorg-xev xdotool wmctrl" 1.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 WEB_SITE="http://www.pekwm.org/projects/pekwm" 1.13 WGET_URL="$WEB_SITE/files/$TARBALL" 1.14 1.15 +DEPENDS="xorg-libX11 xorg-libXinerama xorg-libXft xorg-libXrandr xorg-libXpm" 1.16 +BUILD_DEPENDS="xorg-dev xorg-dev-proto zlib-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -25,9 +27,9 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/bin $fs/usr/share/pekwm $fs/etc 1.25 - cp -a $_pkg/usr/bin $fs/usr 1.26 - cp -a $_pkg/usr/share/pekwm $fs/usr/share 1.27 - cp -a $_pkg/etc $fs 1.28 + cp -a $install/usr/bin $fs/usr 1.29 + cp -a $install/usr/share/pekwm $fs/usr/share 1.30 + cp -a $install/etc $fs 1.31 # Custom configuration files and scripts 1.32 cp -a $stuff/etc $fs 1.33 cp -a $stuff/scripts $fs/usr/share/pekwm