wok view ttyload/receipt @ rev 18939

Add libwnck3, libwnck3-dev; fix libwnck-dev
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 01 17:34:09 2016 +0200 (2016-03-01)
parents e70cdc547c7d
children be1594cae466
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 LICENSE="ISC"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.daveltd.com/src/util/ttyload/"
11 WGET_URL="${WEB_SITE}$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $src/ttyload $fs/usr/bin
25 }