#Packager: George Vlahavas pkgname=parole pkgver=0.8.1 pkgrel=1gv source=("http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.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 ./autogen.sh ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-gtk-doc-html \ --with-gstreamer=1.0 \ --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }