wok-next view ttyload/receipt @ rev 21296
grub: removed build dependency gcc3
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 09 09:08:14 2019 +0100 (2019-12-09) |
parents | da9e80c5d4bb |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ttyload"
4 VERSION="0.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="Color-coded graph of load averages over time"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="ISC"
9 WEB_SITE="https://www.daveltd.com/src/util/ttyload/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}$TARBALL"
14 compile_rules() {
15 make &&
16 install -Dm755 $src/ttyload $install/usr/bin/ttyload
17 }
19 genpkg_rules() {
20 copy @std
21 }