wok rev 22056

updated ttyload (0.5 -> 0.5.3)
author Hans-G?nter Theisgen
date Wed Oct 23 15:56:36 2019 +0100 (2019-10-23)
parents 668f33bfa682
children 67eaa5d164a4
files ttyload/receipt
line diff
     1.1 --- a/ttyload/receipt	Wed Oct 23 15:39:03 2019 +0100
     1.2 +++ b/ttyload/receipt	Wed Oct 23 15:56:36 2019 +0100
     1.3 @@ -1,19 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ttyload"
     1.7 -VERSION="0.5"
     1.8 +VERSION="0.5.3"
     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 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="https://www.daveltd.com/src/util/ttyload/"
    1.16 +
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    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 +	# 0.5.3
    1.25 +	sed -i '10i#include <time.h>' ttyload.h
    1.26 +
    1.27  	make
    1.28  }
    1.29  
    1.30 @@ -23,4 +26,3 @@
    1.31  	mkdir -p $fs/usr/bin
    1.32  	cp -a $src/ttyload $fs/usr/bin
    1.33  }
    1.34 -