wok view tty-clock/receipt @ rev 5241
Up: mpfr (2.4.2) Build dep for new gcc
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 11 00:27:20 2010 +0200 (2010-04-11) |
parents | 250505e1d0ea |
children | 36a0e1608714 |
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"
11 TAGS="clock"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 git clone git://gitorious.org/holizz-github/tty-clock.git
17 mv $PACKAGE $PACKAGE-$VERSION 2>/dev/null
18 cd $src
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp $src/$PACKAGE $fs/usr/bin
27 }