# SliTaz package receipt. PACKAGE="gpodder" VERSION="2.19" CATEGORY="multimedia" SHORT_DESC="A simple and usable podcast consumption." MAINTAINER="claudinei@slitaz.org" DEPENDS="python dbus-python pygtk python-mygpoclient feedparser" BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gpodder.org/" WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib $fs/usr cp -a $install/usr/share/gpodder $fs/usr/share cp -a $install/usr/share/dbus-1 $fs/usr/share }