wok-stable rev 11037
slock: Clean up.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 07:26:33 2011 +0000 (2011-10-16) |
parents | fbd3bf6502b5 |
children | 1ef5ff7449cf |
files | slock/receipt |
line diff
1.1 --- a/slock/receipt Sun Oct 16 07:24:52 2011 +0000 1.2 +++ b/slock/receipt Sun Oct 16 07:26:33 2011 +0000 1.3 @@ -8,8 +8,8 @@ 1.4 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext" 1.5 BUILD_DEPENDS="xorg-xproto xorg-xextproto" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://www.suckless.org/programs/slock.html" 1.8 -WGET_URL="http://code.suckless.org/dl/tools/slock-0.9.tar.gz" 1.9 +WEB_SITE="http://tools.suckless.org/slock" 1.10 +WGET_URL="http://dl.suckless.org/tools/$TARBALL" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 @@ -18,7 +18,7 @@ 1.15 mv config.mk config.mk.original 1.16 sed -e 's/usr\/local/usr/' < config.mk.original > config.mk 1.17 make && 1.18 - make DESTDIR=$PWD/_pkg install 1.19 + make DESTDIR=$DESTDIR install 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg.