wok-current rev 16746
Up tty-clock (0.1)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Thu Jun 12 19:48:36 2014 +0100 (2014-06-12) |
parents | 7d7ec01f832e |
children | f7728f4b0af7 |
files | tty-clock/receipt |
line diff
1.1 --- a/tty-clock/receipt Thu Jun 12 20:35:54 2014 +0200 1.2 +++ b/tty-clock/receipt Thu Jun 12 19:48:36 2014 +0100 1.3 @@ -1,18 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tty-clock" 1.7 -VERSION="20100924" 1.8 +VERSION="0.1" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Analog ncurses clock." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="BSD" 1.13 -WEB_SITE="http://github.com/xorg62/tty-clock" 1.14 +WEB_SITE="https://github.com/xorg62/tty-clock" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 +WGET_URL="git|git://github.com/xorg62/tty-clock" 1.17 TAGS="clock" 1.18 -WGET_URL="git|$WEB_SITE.git" 1.19 1.20 DEPENDS="ncurses" 1.21 -BUILD_DEPENDS="ncurses-dev git" 1.22 +BUILD_DEPENDS="ncurses-dev git bzip2" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 @@ -25,6 +25,6 @@ 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr/bin 1.30 - cp $src/$PACKAGE $fs/usr/bin 1.31 + cp -a $src/$PACKAGE $fs/usr/bin 1.32 } 1.33