#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=gpodder
pkgver=2.13
pkgrel=1gv
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
	make DESTDIR=$startdir/pkg install
}