# HG changeset patch # User Pascal Bellard # Date 1227375418 0 # Node ID e70cdc547c7d24e93fbfce0eaa8e7081f137f9f3 # Parent 1bdd61016f16716067875d48e67ee26b1a6bb7ae Add ttyload diff -r 1bdd61016f16 -r e70cdc547c7d ttyload/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ttyload/receipt Sat Nov 22 17:36:58 2008 +0000 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="ttyload" +VERSION="0.5" +CATEGORY="system-tools" +SHORT_DESC="color-coded graph of load averages over time." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.daveltd.com/src/util/ttyload/" +WGET_URL="${WEB_SITE}$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/ttyload $fs/usr/bin +} +