wok annotate tty-clock/receipt @ rev 15849

Up: truecrypt to 7.1a.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 27 07:30:42 2014 +0000 (2014-01-27)
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