wok view tty-clock/receipt @ rev 4914

awstats: fix apache conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 13 23:13:57 2010 +0100 (2010-02-13)
parents
children 866fa2493b1b
line source
1 # SliTaz package receipt.
3 PACKAGE="tty-clock"
4 VERSION="20091220"
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://gitorious.org/holizz-github/tty-clock"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 git clone git://gitorious.org/holizz-github/tty-clock.git
16 mv $PACKAGE $PACKAGE-$VERSION 2>/dev/null
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 }