wok-next annotate gpodder/receipt @ rev 6418

Up: homebank to 4.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Sep 26 16:07:07 2010 +0000 (2010-09-26)
parents 3cba818315cf
children 85cef93f9bec
rev   line source
claudinei@5747 1 # SliTaz package receipt.
claudinei@5747 2
claudinei@5747 3 PACKAGE="gpodder"
slaxemulator@6292 4 VERSION="2.8"
claudinei@5747 5 CATEGORY="multimedia"
claudinei@5747 6 SHORT_DESC="A simple and usable podcast consumption."
claudinei@5747 7 MAINTAINER="claudinei@slitaz.org"
claudinei@5747 8 DEPENDS="python dbus-python pygtk python-mygpoclient feedparser"
claudinei@5766 9 BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool"
claudinei@5747 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
claudinei@5747 11 WEB_SITE="http://gpodder.org/"
claudinei@5747 12 WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL"
claudinei@5747 13
claudinei@5747 14 # Rules to configure and make the package.
claudinei@5747 15 compile_rules()
claudinei@5747 16 {
claudinei@5747 17 cd $src
claudinei@5766 18 make DESTDIR=$PWD/_pkg install
claudinei@5747 19 }
claudinei@5747 20
claudinei@5747 21 # Rules to gen a SliTaz package suitable for Tazpkg.
claudinei@5747 22 genpkg_rules()
claudinei@5747 23 {
claudinei@5747 24 mkdir -p $fs
claudinei@5747 25 cp -a $_pkg/usr $fs
claudinei@5747 26 }