wok annotate tty-clock/receipt @ rev 15099

tty-clock: update wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 12:20:24 2013 +0000 (2013-08-14)
parents 5e040c318c37
children 48e9e6d61362
rev   line source
paul@4625 1 # SliTaz package receipt.
paul@4625 2
paul@4625 3 PACKAGE="tty-clock"
paul@6395 4 VERSION="20100924"
paul@4625 5 CATEGORY="utilities"
paul@4625 6 SHORT_DESC="Analog ncurses clock."
paul@4625 7 MAINTAINER="paul@slitaz.org"
pascal@15099 8 WEB_SITE="http://github.com/xorg62/tty-clock"
pascal@15099 9 TAGS="clock"
pascal@15099 10 WGET_URL="git|$WEB_SITE.git"
pascal@15099 11
paul@4625 12 DEPENDS="ncurses"
paul@4625 13 BUILD_DEPENDS="ncurses-dev git"
paul@4625 14
paul@4625 15 # Rules to configure and make the package.
paul@4625 16 compile_rules()
paul@4625 17 {
paul@4625 18 cd $src
paul@4625 19 make
paul@4625 20 }
paul@4625 21
paul@4625 22 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@4625 23 genpkg_rules()
paul@4625 24 {
paul@4625 25 mkdir -p $fs/usr/bin
paul@4625 26 cp $src/$PACKAGE $fs/usr/bin
paul@4625 27 }
paul@4625 28