wok annotate i7z/receipt @ rev 16566

slitaz-configs: fix build for ARM
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 01 14:43:27 2014 +0200 (2014-05-01)
parents
children 17e313b5b9c1
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@16327 19 make &&
pascal@16327 20 make DESTDIR=$DESTDIR install
pascal@16327 21 }
pascal@16327 22
pascal@16327 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@16327 24 genpkg_rules()
pascal@16327 25 {
pascal@16327 26 mkdir $fs/usr
pascal@16327 27 cp -a $install/usr/sbin $fs/usr
pascal@16327 28 }