wok-next annotate tty-clock/receipt @ rev 15703
Up: Geany (1.23.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 22 15:34:21 2013 +0100 (2013-12-22) |
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 |