wok diff slock/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents 02bbaa9d12ba
children 1916b7d701ea
line diff
     1.1 --- a/slock/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/slock/receipt	Tue Apr 10 13:54:27 2012 +0200
     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.