Receipt for package "afio"
# SliTaz package receipt. PACKAGE="afio" VERSION="2.5.2" CATEGORY="system-tools" SHORT_DESC="Archiver program for Linux/UNIX." MAINTAINER="erjo@slitaz.org" LICENSE="LGPL" WEB_SITE="https://github.com/kholtman/afio" TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="https://github.com/kholtman/afio/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="" BUILD_DEPENDS="" # What is the latest version available today? current_version() { wget -O - $WEB_SITE/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { make cook_pick_manpages $src/afio.1 } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $src/afio $fs/usr/bin }
6063 packages and 233209 files in current database (Sat Dec 21 00:00:03 2024)