wok diff i7z/receipt @ rev 23517
updated python-oauth2 (1.5.211 -> 1.9.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 11:26:42 2020 +0100 (2020-04-06) |
parents | 8dd8bab3f0ca |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/i7z/receipt Thu Jan 24 14:51:04 2019 +0100 1.2 +++ b/i7z/receipt Mon Apr 06 11:26:42 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 }