
Receipt for package "f3"
# SliTaz package receipt. PACKAGE="f3" VERSION="8.0" CATEGORY="utilities" SHORT_DESC="An alternative to h2testw." MAINTAINER="paul@slitaz.org" LICENSE="GPL3" WEB_SITE="https://github.com/AltraMayor/$PACKAGE" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" DEPENDS="eudev-lib parted" BUILD_DEPENDS="eudev-dev parted-dev" # What is the latest version available today? 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 -lrt" make PREFIX=/usr && make install PREFIX=/usr && make extra PREFIX=/usr && make install-extra PREFIX=/usr } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)