contrib/libdca/Pkgfile
2008-03-26 13:58:45 +11:00

27 lines
600 B
Plaintext

# Description: A free DTS Coherent Acoustics decoder. (early development stage)
# URL: http://www.videolan.org/developers/libdca.html
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on:
name=libdca
version=0.0.5
release=2
source=(http://download.videolan.org/pub/videolan/libdca/$version/libdca-$version.tar.bz2)
build() {
cd libdca-$version
sed -i configure -e 's/-mtune=pentiumpro//'
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-static \
--disable-nls
make
make DESTDIR=$PKG install
}