
Receipt for package "rsstail"
# SliTaz package receipt. PACKAGE="rsstail" VERSION="2.1" CATEGORY="network" SHORT_DESC="RSS feed reader." MAINTAINER="tcg.thegamer@gmail.com" LICENSE="GPL" WEB_SITE="https://github.com/oldlaptop/rsstail" TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="https://github.com/folkertvanheusden/rsstail/archive/v$VERSION.tar.gz" DEPENDS="curl libmrss libnxml" BUILD_DEPENDS="curl-dev libcurl libnxml-dev libmrss-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { sed -i 's/-liconv_hook //' Makefile make prefix=$install/usr && make install prefix=$install/usr } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr/ }
6011 packages and 861680 files in cooking database (Sun Jul 27 00:47:25 2025)