SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "i7z"

# SliTaz package receipt.

PACKAGE="i7z"
VERSION="0.27.4"
CATEGORY="misc"
SHORT_DESC="A better i7 (and now i3, i5) reporting tool for Linux."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://github.com/DimitryAndric/i7z"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"

DEPENDS="ncurses"
BUILD_DEPENDS="ncurses-dev"

current_version()
{
    wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    export LDFLAGS="$LDFLAGS -ltinfo"

    make &&
    make install DESTDIR=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    sbin
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)