wok view tty-clock/receipt @ rev 11736

Add libimobiledevice.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 21 15:14:15 2012 -0500 (2012-02-21)
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 }