# HG changeset patch # User Hans-G?nter Theisgen # Date 1571842596 -3600 # Node ID 3d96b88308b081d43268961fe7d959453d35b0aa # Parent 668f33bfa6826197a5ad56bc40ade2135fe97713 updated ttyload (0.5 -> 0.5.3) diff -r 668f33bfa682 -r 3d96b88308b0 ttyload/receipt --- a/ttyload/receipt Wed Oct 23 15:39:03 2019 +0100 +++ b/ttyload/receipt Wed Oct 23 15:56:36 2019 +0100 @@ -1,19 +1,22 @@ # SliTaz package receipt. PACKAGE="ttyload" -VERSION="0.5" +VERSION="0.5.3" CATEGORY="system-tools" -SHORT_DESC="color-coded graph of load averages over time." +SHORT_DESC="Color-coded graph of load averages over time." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="ISC" -TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://www.daveltd.com/src/util/ttyload/" + +TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="${WEB_SITE}$TARBALL" # Rules to configure and make the package. compile_rules() { - cd $src + # 0.5.3 + sed -i '10i#include ' ttyload.h + make } @@ -23,4 +26,3 @@ mkdir -p $fs/usr/bin cp -a $src/ttyload $fs/usr/bin } -