wok-next annotate i7z/receipt @ rev 21382
updated nbd (3.3 -> 3.20)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 16 17:27:00 2020 +0100 (2020-04-16) |
parents | a3c581bf52b8 |
children |
rev | line source |
---|---|
pascal@16327 | 1 # SliTaz package receipt. |
pascal@16327 | 2 |
pascal@16327 | 3 PACKAGE="i7z" |
pascal@16327 | 4 VERSION="0.27.2" |
pascal@16327 | 5 CATEGORY="misc" |
al@21020 | 6 SHORT_DESC="A better i7 (and now i3, i5) reporting tool for Linux" |
pascal@16327 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@16327 | 8 LICENSE="GPL2" |
al@20906 | 9 WEB_SITE="https://github.com/ajaiantilal/i7z" |
al@20906 | 10 # WEB_SITE="https://github.com/afontenot/i7z" # newer fork |
al@20906 | 11 # WEB_SITE="https://github.com/DimitryAndric/i7z" # even more newer fork |
al@21020 | 12 |
al@21020 | 13 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@20906 | 14 WGET_URL="https://i7z.googlecode.com/files/$TARBALL" # FIXME |
pascal@16327 | 15 |
al@21020 | 16 BUILD_DEPENDS="ncurses-dev" |
pascal@16327 | 17 |
al@21020 | 18 compile_rules() { |
pascal@16327 | 19 make && |
al@21020 | 20 make DESTDIR=$install install |
pascal@16327 | 21 } |
pascal@16327 | 22 |
al@21020 | 23 genpkg_rules() { |
al@21020 | 24 copy @std |
al@21020 | 25 DEPENDS="ncurses" |
pascal@16327 | 26 } |