wok view tty-clock/receipt @ rev 11314

Up: audacious (3.1), add: mpg123-dev, fix: add mp3 and aac decoders
author Alexander Medvedev <devl547@gmail.com>
date Wed Nov 16 05:53:53 2011 +0000 (2011-11-16)
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 }