#Packager: George Vlahavas pkgname=gpodder pkgver=2.1 pkgrel=1gv arch=x86_64 source=(http://download.berlios.de/gpodder/gpodder-$pkgver.tar.gz) 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, support for optional iPod synchronization, and MP3/Ogg" "id3 tag editing." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }