wok-next annotate tty-clock/receipt @ rev 20303

gnustep-back: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 10 11:17:33 2017 +0100 (2017-11-10)
parents 9ab8be819003
children d5aab818505e
rev   line source
paul@4625 1 # SliTaz package receipt.
paul@4625 2
paul@4625 3 PACKAGE="tty-clock"
al@19718 4 VERSION="2.3"
paul@4625 5 CATEGORY="utilities"
paul@4625 6 SHORT_DESC="Analog ncurses clock."
paul@4625 7 MAINTAINER="paul@slitaz.org"
pascal@15601 8 LICENSE="BSD"
paul@16746 9 WEB_SITE="https://github.com/xorg62/tty-clock"
pascal@15099 10 TAGS="clock"
pascal@15099 11
al@19718 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19718 13 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
al@19718 14
al@19718 15 DEPENDS="ncurses"
al@19718 16 BUILD_DEPENDS="ncurses-dev"
paul@4625 17
paul@4625 18 # Rules to configure and make the package.
paul@4625 19 compile_rules()
paul@4625 20 {
al@19718 21 make && make PREFIX=/usr install
paul@4625 22 }
paul@4625 23
paul@4625 24 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@4625 25 genpkg_rules()
paul@4625 26 {
al@19718 27 copy @std
paul@4625 28 }