wok rev 11052

Up: pekwm to 0.1.13.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 16 23:12:55 2011 +0000 (2011-10-16)
parents f38d0c59fe04
children 98b056351a54
files pekwm/receipt
line diff
     1.1 --- a/pekwm/receipt	Sun Oct 16 23:09:20 2011 +0000
     1.2 +++ b/pekwm/receipt	Sun Oct 16 23:12:55 2011 +0000
     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