#Maintainer: George Vlahavas pkgname=libdca pkgver=0.0.5 pkgrel=2gv source=(http://download.videolan.org/pub/videolan/libdca/$pkgver/libdca-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.videolan.org/developers/libdca.html slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libdca (a free DTS Coherent Acoustics decoder)" "libdca is a free library for decoding DTS Coherent Acoustics streams." "The code is written by Gildas Bazin and was based on the a52dec" "project. It is released under the terms of the GPL license." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }