wok annotate gpodder/receipt @ rev 10075

Up: parted to 2.4. Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 05:39:49 2011 +0000 (2011-05-20)
parents 3462b29cbd82
children 78e79f6cfef4
rev   line source
claudinei@5747 1 # SliTaz package receipt.
claudinei@5747 2
claudinei@5747 3 PACKAGE="gpodder"
slaxemulator@9563 4 VERSION="2.14"
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 }