#Maintainer: Thorsten Muehlfelder pkgname=gnonlin pkgver=0.10.15 pkgrel=1tm arch=x86_64 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 make -j3 || return 1 make DESTDIR=$startdir/pkg/ install || return 1 }