wok-next view i7z/receipt @ rev 20906

Update homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 12:53:17 2018 +0300 (2018-08-10)
parents 466bca9334ef
children d5aab818505e
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/ajaiantilal/i7z"
11 # WEB_SITE="https://github.com/afontenot/i7z" # newer fork
12 # WEB_SITE="https://github.com/DimitryAndric/i7z" # even more newer fork
13 WGET_URL="https://i7z.googlecode.com/files/$TARBALL" # FIXME
15 DEPENDS="ncurses"
16 BUILD_DEPENDS="wget ncurses-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir $fs/usr
29 cp -a $install/usr/sbin $fs/usr
30 }