wok diff tty-clock/receipt @ rev 17927
xorg-base-fonts: try to fix packaging.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 11 17:49:13 2015 +0300 (2015-04-11) |
parents | 23c3aed67cd9 |
children | 2ad68c5f19e1 |
line diff
1.1 --- a/tty-clock/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/tty-clock/receipt Sat Apr 11 17:49:13 2015 +0300 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