# HG changeset patch # User Christopher Rogers # Date 1318749993 0 # Node ID dfca2060aa3279739cca73de0c46a92b67db65a8 # Parent fbd3bf6502b533747543a9c2a517e2b7e815566a slock: Clean up. diff -r fbd3bf6502b5 -r dfca2060aa32 slock/receipt --- a/slock/receipt Sun Oct 16 07:24:52 2011 +0000 +++ b/slock/receipt Sun Oct 16 07:26:33 2011 +0000 @@ -8,8 +8,8 @@ DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext" BUILD_DEPENDS="xorg-xproto xorg-xextproto" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.suckless.org/programs/slock.html" -WGET_URL="http://code.suckless.org/dl/tools/slock-0.9.tar.gz" +WEB_SITE="http://tools.suckless.org/slock" +WGET_URL="http://dl.suckless.org/tools/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -18,7 +18,7 @@ mv config.mk config.mk.original sed -e 's/usr\/local/usr/' < config.mk.original > config.mk make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.