wok-6.x view gpodder/receipt @ rev 9433
lighttpd: update place holder to last style and clean-up
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 31 17:48:34 2011 +0200 (2011-03-31) |
parents | 6aede25e492e |
children | 3349744c4217 |
line source
1 # SliTaz package receipt.
3 PACKAGE="gpodder"
4 VERSION="2.13"
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="http://download.berlios.de/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make DESTDIR=$PWD/_pkg install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs
25 cp -a $_pkg/usr $fs
26 }