
Receipt for package "libstatgrab"
# SliTaz package receipt. PACKAGE="libstatgrab" VERSION="0.92.1" CATEGORY="system-tools" SHORT_DESC="Provides statistics about the system on which it is run." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.i-scream.org/libstatgrab/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://ftp.i-scream.org/pub/i-scream/libstatgrab/$TARBALL" DEPENDS="ncursesw" BUILD_DEPENDS="file ncursesw-dev" # What is the latest version available today? current_version() { wget -O - https://github.com/libstatgrab/libstatgrab/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/[A-Z_]*\(.*\).tar.*|\1|;s|_|.|g;q' } # Rules to configure and make the package. compile_rules() { export LDFLAGS="$LDFLAGS -ltinfo" ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin cook_copy_files *.so* }
6091 packages and 258589 files in current database (Fri Apr 18 09:53:59 2025)