wok-6.x view tty-clock/receipt @ rev 16500
Add: qt-locale-* - translations and phrasebooks for Qt4 system
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Apr 23 21:45:30 2014 +0300 (2014-04-23) |
parents | 3e083997f52a |
children | 2ac08a7d0995 |
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 LICENSE="BSD"
9 WEB_SITE="http://github.com/xorg62/tty-clock"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 TAGS="clock"
12 WGET_URL="git|$WEB_SITE.git"
14 DEPENDS="ncurses"
15 BUILD_DEPENDS="ncurses-dev git"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 make
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp $src/$PACKAGE $fs/usr/bin
29 }