wok view gpodder/receipt @ rev 21899

updated seed and seed-dev (3.2.0 -> 3.8.1)
author Hans-G?nter Theisgen
date Thu Oct 03 20:41:17 2019 +0100 (2019-10-03)
parents 0e0ec16de0e4
children af4691eaea89
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://gpodder.org"
11 WGET_URL="$WEB_SITE/src/$TARBALL"
13 DEPENDS="python dbus-python pygtk python-mygpoclient feedparser"
14 BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share
26 cp -a $install/usr/bin $fs/usr
27 cp -a $install/usr/lib $fs/usr
28 cp -a $install/usr/share/gpodder $fs/usr/share
29 cp -a $install/usr/share/dbus-1 $fs/usr/share
30 }