wok-next annotate i7z/receipt @ rev 21010

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