wok annotate gpodder/receipt @ rev 10950

get-virtualbox: only /opt/VirtualBox is supported now...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 02 14:26:45 2011 +0200 (2011-09-02)
parents 78e79f6cfef4
children c9e92cf0c808
rev   line source
claudinei@5747 1 # SliTaz package receipt.
claudinei@5747 2
claudinei@5747 3 PACKAGE="gpodder"
slaxemulator@10135 4 VERSION="2.15"
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 }