wok annotate tty-clock/receipt @ rev 15340
ibus: install im-ibus.la
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Sep 29 11:30:44 2013 +0000 (2013-09-29) |
parents | baad5810ddc5 |
children | 23c3aed67cd9 |
rev | line source |
---|---|
paul@4625 | 1 # SliTaz package receipt. |
paul@4625 | 2 |
paul@4625 | 3 PACKAGE="tty-clock" |
paul@6395 | 4 VERSION="20100924" |
paul@4625 | 5 CATEGORY="utilities" |
paul@4625 | 6 SHORT_DESC="Analog ncurses clock." |
paul@4625 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15099 | 8 WEB_SITE="http://github.com/xorg62/tty-clock" |
pascal@15104 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@15099 | 10 TAGS="clock" |
pascal@15099 | 11 WGET_URL="git|$WEB_SITE.git" |
pascal@15099 | 12 |
paul@4625 | 13 DEPENDS="ncurses" |
paul@4625 | 14 BUILD_DEPENDS="ncurses-dev git" |
paul@4625 | 15 |
paul@4625 | 16 # Rules to configure and make the package. |
paul@4625 | 17 compile_rules() |
paul@4625 | 18 { |
paul@4625 | 19 cd $src |
paul@4625 | 20 make |
paul@4625 | 21 } |
paul@4625 | 22 |
paul@4625 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@4625 | 24 genpkg_rules() |
paul@4625 | 25 { |
paul@4625 | 26 mkdir -p $fs/usr/bin |
paul@4625 | 27 cp $src/$PACKAGE $fs/usr/bin |
paul@4625 | 28 } |
paul@4625 | 29 |