#Packager: George Vlahavas pkgname=parole pkgver=0.2.0.2 pkgrel=2gv arch=x86_64 source=("http://archive.xfce.org/src/apps/parole/0.2/parole-0.2.0.2.tar.bz2" "el.po") 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 cp $startdir/src/el.po po/ sed -i "s/ALL_LINGUAS=\"/ALL_LINGUAS=\"el /" configure ./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 }