# HG changeset patch # User Hans-G?nter Theisgen # Date 1582811678 -3600 # Node ID 45ad031ff7301c77f96d06c8a428aab55310a6a9 # Parent cc5eb0eba63e0b12817d95fdd5c63662021890cb updated i7z (0.27.2 -> 0.27.3) diff -r cc5eb0eba63e -r 45ad031ff730 i7z/receipt --- a/i7z/receipt Thu Feb 27 07:35:13 2020 +0100 +++ b/i7z/receipt Thu Feb 27 14:54:38 2020 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="i7z" -VERSION="0.27.2" +VERSION="0.27.3" CATEGORY="misc" SHORT_DESC="A better i7 (and now i3, i5) reporting tool for Linux." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://github.com/DimitryAndric/i7z" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/ajaiantilal/i7z" -WGET_URL="https://i7z.googlecode.com/files/$TARBALL" +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" DEPENDS="ncurses" -BUILD_DEPENDS="wget ncurses-dev" +BUILD_DEPENDS="ncurses-dev" # Rules to configure and make the package. compile_rules() { export LDFLAGS="$LDFLAGS -ltinfo" + make && make DESTDIR=$DESTDIR install }