wok-next view gpodder/receipt @ rev 14978
Up: thunderbird-langpack-en_GB (17.0.8esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 22:21:03 2013 +0200 (2013-08-08) |
parents | fb583f3ca28a |
children | 2b9f96603415 |
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 DEPENDS="python dbus-python pygtk python-mygpoclient feedparser"
9 BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://gpodder.org"
12 WGET_URL="$WEB_SITE/src/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share
25 cp -a $install/usr/bin $fs/usr
26 cp -a $install/usr/lib $fs/usr
27 cp -a $install/usr/share/gpodder $fs/usr/share
28 cp -a $install/usr/share/dbus-1 $fs/usr/share
29 }