#Packager: George Vlahavas #Included in Slint by Didier Spaier pkgname=parole # 0.9.1 is the most recent version compatible with gtk+3-3.18.9 pkgver=1.0.4 pkgrel=1slint source=("parole-1.0.4.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "thanks") options=("nosrcpack") #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 }