wok-next annotate ttyload/receipt @ rev 21168

New package asciidoctor
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Mar 25 12:22:25 2019 +0200 (2019-03-25)
parents 23c3aed67cd9
children 3bc985504162
rev   line source
al@20503 1 # SliTaz package receipt v2.
pascal@1740 2
pascal@1740 3 PACKAGE="ttyload"
pascal@1740 4 VERSION="0.5"
pascal@1740 5 CATEGORY="system-tools"
al@20503 6 SHORT_DESC="Color-coded graph of load averages over time"
pascal@1740 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15601 8 LICENSE="ISC"
al@20503 9 WEB_SITE="http://www.daveltd.com/src/util/ttyload/"
al@20503 10
pascal@1740 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1740 12 WGET_URL="${WEB_SITE}$TARBALL"
pascal@1740 13
al@20503 14 compile_rules() {
al@20503 15 make &&
al@20503 16 install -Dm755 $src/ttyload $install/usr/bin/ttyload
pascal@1740 17 }
pascal@1740 18
al@20503 19 genpkg_rules() {
al@20503 20 copy @std
pascal@1740 21 }