wok view tty-clock/receipt @ rev 15460

Up: enlightenment (0.17.5)
author Dominique Corbex <domcox@slitaz.org>
date Tue Nov 05 20:58:42 2013 +0100 (2013-11-05)
parents baad5810ddc5
children 23c3aed67cd9
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 WEB_SITE="http://github.com/xorg62/tty-clock"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 TAGS="clock"
11 WGET_URL="git|$WEB_SITE.git"
13 DEPENDS="ncurses"
14 BUILD_DEPENDS="ncurses-dev git"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp $src/$PACKAGE $fs/usr/bin
28 }