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

pkgname=parole
pkgver=0.2.0.6
pkgrel=1gv
source=("http://archive.xfce.org/src/apps/parole/0.2/parole-0.2.0.6.tar.bz2")
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "thanks")
url=http://goodies.xfce.org/projects/applications/parole

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"parole (a modern media player for Xfce)"
"Parole is a modern simple media player based on the GStreamer"
"framework and written to fit well in the Xfce desktop. Parole is"
"designed with simplicity, speed and resource usage in mind."
)


build() {
	cd $startdir/src/$pkgname-$pkgver

	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux --disable-gtk-doc-html
	make || return 1
	make install DESTDIR=$startdir/pkg
}