wok view gpodder/receipt @ rev 22877

updated gpodder (3.5.2 -> 3.10.13)
author Hans-G?nter Theisgen
date Sat Feb 22 14:08:12 2020 +0100 (2020-02-22)
parents 16df76e1fc6a
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="gpodder"
4 VERSION="3.10.13"
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.org"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz"
14 DEPENDS="dbus-python feedparser py3k pygtk python-mygpoclient"
15 BUILD_DEPENDS="feedparser intltool py3k-dev python-mygpoclient"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 cp -a $install/usr/share/gpodder $fs/usr/share
31 cp -a $install/usr/share/dbus-1 $fs/usr/share
32 }