wok annotate tty-clock/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 2ac08a7d0995
children 5ea0ce1cecc0
rev   line source
paul@4625 1 # SliTaz package receipt.
paul@4625 2
paul@4625 3 PACKAGE="tty-clock"
Hans-G?nter@21558 4 VERSION="2.3"
paul@4625 5 CATEGORY="utilities"
Hans-G?nter@21558 6 TAGS="clock"
paul@4625 7 SHORT_DESC="Analog ncurses clock."
paul@4625 8 MAINTAINER="paul@slitaz.org"
pascal@15601 9 LICENSE="BSD"
Hans-G?nter@21558 10
paul@16746 11 WEB_SITE="https://github.com/xorg62/tty-clock"
Hans-G?nter@21558 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21558 13 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
pascal@15099 14
paul@4625 15 DEPENDS="ncurses"
Hans-G?nter@21558 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 {
Hans-G?nter@21558 21 patch --input=$stuff/patches/Makefile-2.3 $src/Makefile
Hans-G?nter@21558 22
Hans-G?nter@21558 23 make PREFIX=/usr
paul@4625 24 }
paul@4625 25
paul@4625 26 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@4625 27 genpkg_rules()
paul@4625 28 {
paul@4625 29 mkdir -p $fs/usr/bin
paul@16746 30 cp -a $src/$PACKAGE $fs/usr/bin
paul@4625 31 }