wok-6.x annotate tty-clock/receipt @ rev 15778
Up tazlito (5.1.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 09 18:06:52 2014 +0000 (2014-01-09) |
parents | 3e083997f52a |
children | 2ac08a7d0995 |
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@15601 | 8 LICENSE="BSD" |
pascal@15099 | 9 WEB_SITE="http://github.com/xorg62/tty-clock" |
pascal@15104 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@15099 | 11 TAGS="clock" |
pascal@15099 | 12 WGET_URL="git|$WEB_SITE.git" |
pascal@15099 | 13 |
paul@4625 | 14 DEPENDS="ncurses" |
paul@4625 | 15 BUILD_DEPENDS="ncurses-dev git" |
paul@4625 | 16 |
paul@4625 | 17 # Rules to configure and make the package. |
paul@4625 | 18 compile_rules() |
paul@4625 | 19 { |
paul@4625 | 20 cd $src |
paul@4625 | 21 make |
paul@4625 | 22 } |
paul@4625 | 23 |
paul@4625 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@4625 | 25 genpkg_rules() |
paul@4625 | 26 { |
paul@4625 | 27 mkdir -p $fs/usr/bin |
paul@4625 | 28 cp $src/$PACKAGE $fs/usr/bin |
paul@4625 | 29 } |
paul@4625 | 30 |