#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=libdca pkgver=0.0.5 pkgrel=1 zenver=64 arch=i686 source=("http://download.videolan.org/pub/videolan/libdca/0.0.5/libdca-0.0.5.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.videolan.org/developers/libdca.html options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libdca is a free library for decoding DTS Coherent Acoustics streams." "The DTS Coherent Acoustics standard (ETSI 102 114 v1.2.1)," "as published by the ETSI" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }