wok-stable diff tty-clock/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents 36a0e1608714
children
line diff
     1.1 --- a/tty-clock/receipt	Fri Sep 24 20:01:29 2010 +0000
     1.2 +++ b/tty-clock/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -9,12 +9,11 @@
     1.4  BUILD_DEPENDS="ncurses-dev git"
     1.5  WEB_SITE="http://github.com/Karnash/tty-clock"
     1.6  TAGS="clock"
     1.7 +WGET_URL="git|http://github.com/Karnash/tty-clock.git"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	git clone http://github.com/Karnash/tty-clock.git
    1.13 -	mv $PACKAGE $PACKAGE-$VERSION 2>/dev/null
    1.14  	cd $src
    1.15  	make
    1.16  }