wok-next annotate i7z/receipt @ rev 19528
harfbuzz: mv /usr/bin to harfbuzz-apps (hg add)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Nov 28 16:31:17 2016 +0100 (2016-11-28) |
parents | 9736e603f8a1 |
children | 466bca9334ef |
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" |
pascal@16327 | 10 WEB_SITE="https://code.google.com/p/i7z/" |
pascal@16327 | 11 WGET_URL="https://i7z.googlecode.com/files/$TARBALL" |
pascal@16327 | 12 |
pascal@16327 | 13 DEPENDS="ncurses" |
pascal@16327 | 14 BUILD_DEPENDS="wget ncurses-dev" |
pascal@16327 | 15 |
pascal@16327 | 16 # Rules to configure and make the package. |
pascal@16327 | 17 compile_rules() |
pascal@16327 | 18 { |
pascal@17670 | 19 export LDFLAGS="$LDFLAGS -ltinfo" |
pascal@16327 | 20 make && |
pascal@16327 | 21 make DESTDIR=$DESTDIR install |
pascal@16327 | 22 } |
pascal@16327 | 23 |
pascal@16327 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@16327 | 25 genpkg_rules() |
pascal@16327 | 26 { |
pascal@16327 | 27 mkdir $fs/usr |
pascal@16327 | 28 cp -a $install/usr/sbin $fs/usr |
pascal@16327 | 29 } |