
Receipt for package "unrar"
# SliTaz package receipt. PACKAGE="unrar" VERSION="6.1.7" CATEGORY="utilities" SHORT_DESC="The free unrar." MAINTAINER="gokhlayeh@slitaz.org" LICENSE="freeware" WEB_SITE="https://www.rarlab.com/" TARBALL="${PACKAGE}src-$VERSION.tar.gz" WGET_URL="${WEB_SITE}rar/$TARBALL" DEPENDS="gcc-lib-base" # What is the latest version available today? current_version() { wget -O - https://github.com/baulk/unrar/releases 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $src/unrar $fs/usr/bin }
6011 packages and 861670 files in cooking database (Sun May 11 00:50:42 2025)