wok-next diff ttyload/receipt @ rev 20674

Up putty (0.70)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 12 05:17:48 2018 +0300 (2018-05-12)
parents 23c3aed67cd9
children 3bc985504162
line diff
     1.1 --- a/ttyload/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/ttyload/receipt	Sat May 12 05:17:48 2018 +0300
     1.3 @@ -1,26 +1,21 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="ttyload"
     1.8  VERSION="0.5"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="color-coded graph of load averages over time."
    1.11 +SHORT_DESC="Color-coded graph of load averages over time"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="ISC"
    1.14 +WEB_SITE="http://www.daveltd.com/src/util/ttyload/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.daveltd.com/src/util/ttyload/"
    1.18  WGET_URL="${WEB_SITE}$TARBALL"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -	cd $src
    1.24 -	make
    1.25 +compile_rules() {
    1.26 +	make &&
    1.27 +	install -Dm755 $src/ttyload $install/usr/bin/ttyload
    1.28  }
    1.29  
    1.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 -genpkg_rules()
    1.32 -{
    1.33 -	mkdir -p $fs/usr/bin
    1.34 -	cp -a $src/ttyload $fs/usr/bin
    1.35 +genpkg_rules() {
    1.36 +	copy @std
    1.37  }
    1.38 -