wok rev 22938
updated i7z (0.27.2 -> 0.27.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 27 14:54:38 2020 +0100 (2020-02-27) |
parents | cc5eb0eba63e |
children | eccead0c1b9b |
files | i7z/receipt |
line diff
1.1 --- a/i7z/receipt Thu Feb 27 07:35:13 2020 +0100 1.2 +++ b/i7z/receipt Thu Feb 27 14:54:38 2020 +0100 1.3 @@ -1,22 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="i7z" 1.7 -VERSION="0.27.2" 1.8 +VERSION="0.27.3" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="A better i7 (and now i3, i5) reporting tool for Linux." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://github.com/DimitryAndric/i7z" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://github.com/ajaiantilal/i7z" 1.17 -WGET_URL="https://i7z.googlecode.com/files/$TARBALL" 1.18 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.19 1.20 DEPENDS="ncurses" 1.21 -BUILD_DEPENDS="wget ncurses-dev" 1.22 +BUILD_DEPENDS="ncurses-dev" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 export LDFLAGS="$LDFLAGS -ltinfo" 1.28 + 1.29 make && 1.30 make DESTDIR=$DESTDIR install 1.31 }