
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="http://ftp.free.fr/mirrors/ftp.gentoo.org/distfiles/ea/$TARBALL" DEPENDS="curl libmrss libnxml" BUILD_DEPENDS="curl-dev libcurl libnxml-dev libmrss-dev" # What is the latest version available today? current_version() { wget -O - https://raw.githubusercontent.com/oldlaptop/rsstail/master/Makefile 2>/dev/null | \ sed '/VERSION/!d;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/ }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)