#Maintainer: Dimitris Tzemos pkgname=gnonlin pkgver=0.10.17 pkgrel=1dj source=(http://gstreamer.freedesktop.org/src/gnonlin/$pkgname-$pkgver.tar.bz2) docs=("AUTHORS" "COPYING*" "ChangeLog" "INSTALL" "NEWS" "README" "RELEASE") url=http://gnonlin.sourceforge.net/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnonlin (a library for creating non-linear video editors)" "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." "" "Homepage: http://gnonlin.sourceforge.net/" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var \ --sysconfdir=/etc --disable-static \ --enable-shared --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg/ }