wok annotate gpodder/receipt @ rev 12080

Add usb-modeswitch-data help use sell phone as modem
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 09 13:51:51 2012 +0100 (2012-03-09)
parents 8c7a018a1fb5
children fb583f3ca28a
rev   line source
claudinei@5747 1 # SliTaz package receipt.
claudinei@5747 2
claudinei@5747 3 PACKAGE="gpodder"
slaxemulator@11107 4 VERSION="2.19"
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
slaxemulator@10135 18 make 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 {
slaxemulator@10871 24 mkdir -p $fs/usr/share
slaxemulator@10871 25 cp -a $install/usr/bin $fs/usr
slaxemulator@10871 26 cp -a $install/usr/lib $fs/usr
slaxemulator@10871 27 cp -a $install/usr/share/gpodder $fs/usr/share
slaxemulator@10871 28 cp -a $install/usr/share/dbus-1 $fs/usr/share
claudinei@5747 29 }