# vim: syn=sh: #Packager: JRD pkgname=farsight2 pkgver=0.0.18 pkgrel=1cp #arch is usually one of x86_64/i486/i686/noarch #arch=i486 source=(http://farsight.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) sourcetemplate=http://enialis.net/~jrd/salix/$pkgname/$pkgver-$arch-$pkgrel/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://farsight.freedesktop.org/wiki/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Audio/Video Communications Framework)" "The Farsight project is an effort to create a framework to deal with" "all known audio/video conferencing protocols. On one side it offers a" "generic API that makes it possible to write plugins for different" "streaming protocols, on the other side it offers an API for clients to" "use those plugins." ) build() { cd $startdir/src/$pkgname-$pkgver || return 1 ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux || return 1 make || return 1 make install DESTDIR=$startdir/pkg || return 1 }