SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "liferea"

# SliTaz package receipt.

PACKAGE="liferea"
VERSION="1.8.15"
CATEGORY="utilities"
SHORT_DESC="News aggregator for online news feeds"
MAINTAINER="devl547@gmail.com"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="https://liferea.sourceforge.net/"
WGET_URL="http://ftp.lip6.fr/pub/minix/distfiles/local/3.3.0/$TARBALL"

DEPENDS="gtk+ glib pango GConf libunique libxml2 libxslt sqlite libsoup \
libwebkit libnotify gnutls json-glib" #intltool?
BUILD_DEPENDS="gtk+-dev glib-dev pango-dev GConf GConf-dev ORBit2-dev \
libunique-dev libxml2-dev libxslt-dev sqlite-dev libsoup-dev libwebkit-dev \
libnotify-dev gnutls-dev json-glib-dev"

LOCALES="da de es fr it pt_BR ru zh_CN"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/lwindolf/liferea/releases 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure $CONFIGURE_ARGS \
        --enable-sm --disable-schemas-install --enable-libnotify &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/locale
    mkdir -p $fs/etc
    cp -a $install/usr/bin $fs/usr
    cp -a $install/usr/etc/gconf $fs/etc
    cp -a $install/usr/share/applications $fs/usr/share/
    cp -a $install/usr/share/icons $fs/usr/share/
    cp -a $install/usr/share/liferea $fs/usr/share/
    for locale in $LOCALES; do
        cp -a $install/usr/share/locale/$locale $fs/usr/share/locale
    done
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)