wok-6.x diff pekwm/receipt @ rev 13050
cups: Add patch:installe-sh.u
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Jun 18 21:59:17 2012 +0200 (2012-06-18) |
parents | 82243e902598 |
children | 51a1ebbda768 |
line diff
1.1 --- a/pekwm/receipt Wed May 19 18:36:37 2010 +0200 1.2 +++ b/pekwm/receipt Mon Jun 18 21:59:17 2012 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pekwm" 1.7 -VERSION="0.1.12" 1.8 +VERSION="0.1.13" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Very light, configurable and themable window manager for X." 1.11 MAINTAINER="jozee@slitaz.org" 1.12 DEPENDS="xorg-libX11 xorg-libXinerama xorg-libXft xorg-libXrandr xorg-libXpm" 1.13 BUILD_DEPENDS="xorg-dev xorg-dev-proto zlib-dev" 1.14 SUGGESTED="hsetroot tint2 lxpanel wbar xorg-xprop xorg-xev xdotool wmctrl" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WEB_SITE="http://www.pekwm.org/projects/pekwm" 1.18 WGET_URL="$WEB_SITE/files/$TARBALL" 1.19 1.20 @@ -18,7 +18,7 @@ 1.21 cd $src 1.22 ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS && 1.23 make && 1.24 - make DESTDIR=$PWD/_pkg install 1.25 + make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 @@ -29,8 +29,8 @@ 1.30 cp -a $_pkg/usr/share/pekwm $fs/usr/share 1.31 cp -a $_pkg/etc $fs 1.32 # Custom configuration files and scripts 1.33 - cp -a stuff/etc $fs 1.34 - cp -a stuff/scripts $fs/usr/share/pekwm 1.35 + cp -a $stuff/etc $fs 1.36 + cp -a $stuff/scripts $fs/usr/share/pekwm 1.37 # Set perms. 1.38 chown -R root.root $fs 1.39 chmod +x $fs/etc/pekwm/start