wok-next view tty-clock/receipt @ rev 15103
xorg-xfontsel: no more /usr/share/X11 ?
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 14 13:01:34 2013 +0000 (2013-08-14) |
parents | 48e9e6d61362 |
children | 3e083997f52a |
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.tgz"
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 }