#Packager: George Vlahavas pkgname=gnonlin pkgver=0.10.17 pkgrel=1gv source=("http://gstreamer.freedesktop.org/src/gnonlin/gnonlin-$pkgver.tar.gz") url="http://gnonlin.sourceforge.net/" docs=('AUTHORS' 'ChangeLog' 'COPYING' 'NEWS' 'README' 'RELEASE' 'REQUIREMENTS') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (a set of GStreamer elements)" "Gnonlin is a set of GStreamer elements to ease the creation of" "non-linear multimedia editors. It works together with the GStreamer" "multimedia framework to give developers a powerfull and flexible set" "of tools for quickly assembling applications which needs to handle" "non-linear multimedia editing. Gnonlin is released under the LGPL." ) build() { cd $startdir/src/${pkgname}-${pkgver} ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --build=$arch-slackware-linux make -j3 || return 1 make DESTDIR=$startdir/pkg/ install || return 1 }