wok-next diff i7z/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents a3c581bf52b8
children
line diff
     1.1 --- a/i7z/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/i7z/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -3,28 +3,24 @@
     1.4  PACKAGE="i7z"
     1.5  VERSION="0.27.2"
     1.6  CATEGORY="misc"
     1.7 -SHORT_DESC="A better i7 (and now i3, i5) reporting tool for Linux."
     1.8 +SHORT_DESC="A better i7 (and now i3, i5) reporting tool for Linux"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="https://github.com/ajaiantilal/i7z"
    1.13  # WEB_SITE="https://github.com/afontenot/i7z" # newer fork
    1.14  # WEB_SITE="https://github.com/DimitryAndric/i7z" # even more newer fork
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="https://i7z.googlecode.com/files/$TARBALL" # FIXME
    1.18  
    1.19 -DEPENDS="ncurses"
    1.20 -BUILD_DEPENDS="wget ncurses-dev"
    1.21 +BUILD_DEPENDS="ncurses-dev"
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 +compile_rules() {
    1.27  	make &&
    1.28 -	make DESTDIR=$DESTDIR install
    1.29 +	make DESTDIR=$install install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 -	mkdir $fs/usr
    1.36 -	cp -a $install/usr/sbin $fs/usr
    1.37 +genpkg_rules() {
    1.38 +	copy @std
    1.39 +	DEPENDS="ncurses"
    1.40  }