wok view ttyload/receipt @ rev 16814

Up pcre and pcre-dev to version 8.35
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jul 10 22:42:36 2014 -0300 (2014-07-10)
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 }