#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=farsight2 pkgver=0.0.7 zenver=60 pkgrel=1 arch=i486 source=(http://farsight.freedesktop.org/releases/farsight2/farsight2-0.0.7.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://farsight.freedesktop.org/wiki/ sourcetemplate=http://pnboy.pinguix.com/gapan/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "farsight2 - libraries for videoconferencing" "Farsight 2 is a collection of GStreamer modules and libraries for" "videoconferencing." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }