contrib/libdca/Pkgfile
2019-05-12 23:56:21 +10:00

21 lines
454 B
Plaintext

# Description: A free DTS Coherent Acoustics decoder. (early development stage)
# URL: http://www.videolan.org/developers/libdca.html
# Maintainer: Danny Rawlins, crux at romster dot me
name=libdca
version=0.0.6
release=1
source=(https://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i configure -e 's/-mtune=pentiumpro//'
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}