wok view ttyload/receipt @ rev 7954

Up: nicotine+ to 1.2.16.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jan 15 16:10:19 2011 +0000 (2011-01-15)
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 }