wok view tty-clock/receipt @ rev 13653

Up: gnome-python-desktop (2.30.2)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Nov 19 14:41:43 2012 +0100 (2012-11-19)
parents 36a0e1608714
children 954223c4631d
line source
1 # SliTaz package receipt.
3 PACKAGE="tty-clock"
4 VERSION="20100924"
5 CATEGORY="utilities"
6 SHORT_DESC="Analog ncurses clock."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="ncurses"
9 BUILD_DEPENDS="ncurses-dev git"
10 WEB_SITE="http://github.com/Karnash/tty-clock"
11 TAGS="clock"
12 WGET_URL="git|http://github.com/Karnash/tty-clock.git"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp $src/$PACKAGE $fs/usr/bin
26 }