wok view gpodder/receipt @ rev 15924

ntp: avoid refection attacks
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 19 09:17:04 2014 +0000 (2014-02-19)
parents 2b9f96603415
children 16df76e1fc6a
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 cd $src
20 make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 cp -a $install/usr/share/gpodder $fs/usr/share
30 cp -a $install/usr/share/dbus-1 $fs/usr/share
31 }