wok-next view gpodder/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents c022997c7a57
children 3d4e98fbfbed
line source
1 # SliTaz package receipt.
3 PACKAGE="gpodder"
4 VERSION="3.5.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="A simple and usable podcast consumption"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://gpodder.github.io/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/src/$TARBALL"
14 BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool"
16 compile_rules() {
17 make install
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="python python-dbus python-pygtk python-mygpoclient feedparser"
23 }