contrib/libdca/Pkgfile

21 lines
467 B
Plaintext
Raw Normal View History

2006-12-20 08:47:13 +01:00
# Description: A free DTS Coherent Acoustics decoder. (early development stage)
2008-03-01 03:45:58 +01:00
# URL: http://www.videolan.org/developers/libdca.html
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2006-12-20 08:47:13 +01:00
2007-04-01 07:49:55 +02:00
name=libdca
2020-05-23 11:59:36 +02:00
version=0.0.7
2019-05-12 15:11:42 +02:00
release=1
source=(https://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
2006-12-20 08:47:13 +01:00
build() {
2019-05-12 15:11:42 +02:00
cd $name-$version
2006-12-20 08:47:13 +01:00
2020-05-23 11:59:36 +02:00
./bootstrap
./configure --prefix=/usr --disable-static
2006-12-20 08:47:13 +01:00
2007-04-01 07:49:55 +02:00
make
make DESTDIR=$PKG install
2006-12-20 08:47:13 +01:00
rm -f $PKG/usr/lib/libdts.a
2020-05-23 11:59:36 +02:00
}