wok diff slock/receipt @ rev 11996

fusecloop: add description.txt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 04 09:52:39 2012 +0100 (2012-03-04)
parents 02bbaa9d12ba
children 1916b7d701ea
line diff
     1.1 --- a/slock/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/slock/receipt	Sun Mar 04 09:52:39 2012 +0100
     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.