SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gpodder"

# SliTaz package receipt.

PACKAGE="gpodder"
VERSION="3.10.13"
CATEGORY="multimedia"
SHORT_DESC="A simple and usable podcast consumption."
MAINTAINER="claudinei@slitaz.org"
LICENSE="GPL3"
WEB_SITE="https://gpodder.org"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz"

DEPENDS="dbus-python feedparser py3k pygtk python-mygpoclient"
BUILD_DEPENDS="feedparser intltool py3k-dev python-mygpoclient"

current_version()
{
    wget -O - ${WGET_URL%/arch*} 2>/dev/null | \
    sed '/releases.tag/!d;s|.*/tag.v*\(.*\)".*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share

    cp -a $install/usr/bin            $fs/usr
    cp -a $install/usr/lib            $fs/usr
    cp -a $install/usr/share/gpodder    $fs/usr/share
    cp -a $install/usr/share/dbus-1        $fs/usr/share
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)