contrib/libdca/Pkgfile

21 lines
448 B
Plaintext

# Description: A free DTS Coherent Acoustics decoder. (early development stage)
# URL: http://www.videolan.org/developers/libdca.html
# Maintainer: unmaintained
name=libdca
version=0.0.7
release=1
source=(https://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./bootstrap
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
rm -f $PKG/usr/lib/libdts.a
}