wok view ttyload/receipt @ rev 13469

sunxi-tools: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 08 18:28:28 2012 +0200 (2012-10-08)
parents
children 23c3aed67cd9
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.daveltd.com/src/util/ttyload/"
10 WGET_URL="${WEB_SITE}$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 make
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/bin
23 cp -a $src/ttyload $fs/usr/bin
24 }