wok view ttyload/receipt @ rev 1902

linux/initramfs: tiny fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 20 20:41:43 2008 +0000 (2008-12-20)
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 }