# HG changeset patch # User Christopher Rogers # Date 1318806775 0 # Node ID 1c0a598ad465faaf2b81256469ab276dc116d679 # Parent f38d0c59fe040d621060948f7f492f33c0128a53 Up: pekwm to 0.1.13. diff -r f38d0c59fe04 -r 1c0a598ad465 pekwm/receipt --- a/pekwm/receipt Sun Oct 16 23:09:20 2011 +0000 +++ b/pekwm/receipt Sun Oct 16 23:12:55 2011 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="pekwm" -VERSION="0.1.12" +VERSION="0.1.13" CATEGORY="x-window" SHORT_DESC="Very light, configurable and themable window manager for X." MAINTAINER="jozee@slitaz.org" DEPENDS="xorg-libX11 xorg-libXinerama xorg-libXft xorg-libXrandr xorg-libXpm" BUILD_DEPENDS="xorg-dev xorg-dev-proto zlib-dev" SUGGESTED="hsetroot tint2 lxpanel wbar xorg-xprop xorg-xev xdotool wmctrl" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pekwm.org/projects/pekwm" WGET_URL="$WEB_SITE/files/$TARBALL" @@ -18,7 +18,7 @@ cd $src ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -29,8 +29,8 @@ cp -a $_pkg/usr/share/pekwm $fs/usr/share cp -a $_pkg/etc $fs # Custom configuration files and scripts - cp -a stuff/etc $fs - cp -a stuff/scripts $fs/usr/share/pekwm + cp -a $stuff/etc $fs + cp -a $stuff/scripts $fs/usr/share/pekwm # Set perms. chown -R root.root $fs chmod +x $fs/etc/pekwm/start