wok-next view i7z/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt.
3 PACKAGE="i7z"
4 VERSION="0.27.2"
5 CATEGORY="misc"
6 SHORT_DESC="A better i7 (and now i3, i5) reporting tool for Linux"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/ajaiantilal/i7z"
10 # WEB_SITE="https://github.com/afontenot/i7z" # newer fork
11 # WEB_SITE="https://github.com/DimitryAndric/i7z" # even more newer fork
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="https://i7z.googlecode.com/files/$TARBALL" # FIXME
16 BUILD_DEPENDS="ncurses-dev"
18 compile_rules() {
19 make &&
20 make DESTDIR=$install install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="ncurses"
26 }