wok view gpodder/receipt @ rev 15474

libee: race condition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 09 21:39:14 2013 +0000 (2013-11-09)
parents 0ec682d12ec1
children 0e0ec16de0e4
line source
1 # SliTaz package receipt.
3 PACKAGE="gpodder"
4 VERSION="3.5.1"
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 }