SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

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/
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)