# HG changeset patch # User Antoine Bodin # Date 1297634277 -3600 # Node ID 5e040c318c37603f6e51d3593af83ed792a592ef # Parent 25967da0e1af4e4f220c4c567ac1248549b96f8c imported patch get/tty-clock diff -r 25967da0e1af -r 5e040c318c37 tty-clock/receipt --- a/tty-clock/receipt Sun Feb 13 22:57:56 2011 +0100 +++ b/tty-clock/receipt Sun Feb 13 22:57:57 2011 +0100 @@ -9,12 +9,11 @@ BUILD_DEPENDS="ncurses-dev git" WEB_SITE="http://github.com/Karnash/tty-clock" TAGS="clock" +WGET_URL="git|http://github.com/Karnash/tty-clock.git" # Rules to configure and make the package. compile_rules() { - git clone http://github.com/Karnash/tty-clock.git - mv $PACKAGE $PACKAGE-$VERSION 2>/dev/null cd $src make }