#Packager: Chris Farrell #Former Packager: Tim Beech pkgname=gpodder pkgver=3.9.0 pkgrel=1cf source=(http://gpodder.org/src/$pkgname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/mimosa/packages/$pkgname/$pkgver/ docs=("authors" "install" "readme" "copying") url=http://gpodder.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gPodder (GTK2 media aggregator)" "gPodder is a podcast receiver/catcher written in Python utilizing" "PyGTK for its user interface. gPodder allows the user to subscribe to" "RSS feeds for podcasts, videocasts, and other similar content and" "download media files found in those feeds. gPodder has system-tray" "notifications, MP3/Ogg, and id3 tag editing." ) build() { cd $startdir/src/$pkgname-$pkgver #python setup.py install --prefix=/usr --root=$startdir/pkg make DESTDIR=$startdir/pkg install }