1
0
forked from ports/contrib
contrib/libdca/Pkgfile

21 lines
448 B
Plaintext
Raw Normal View History

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