wok view i7z/receipt @ rev 21747

tazboot: spare 2k
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 17:17:16 2019 +0200 (2019-06-14)
parents 17e313b5b9c1
children 45ad031ff730
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 WGET_URL="https://i7z.googlecode.com/files/$TARBALL"
13 DEPENDS="ncurses"
14 BUILD_DEPENDS="wget ncurses-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 export LDFLAGS="$LDFLAGS -ltinfo"
20 make &&
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir $fs/usr
28 cp -a $install/usr/sbin $fs/usr
29 }