contrib/libdca/Pkgfile

27 lines
600 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
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2006-12-20 08:47:13 +01:00
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on:
2007-04-01 07:49:55 +02:00
name=libdca
2007-04-10 19:28:17 +02:00
version=0.0.5
release=2
2007-04-08 17:25:21 +02:00
source=(http://download.videolan.org/pub/videolan/libdca/$version/libdca-$version.tar.bz2)
2006-12-20 08:47:13 +01:00
build() {
2007-04-08 17:25:21 +02:00
cd libdca-$version
2006-12-20 08:47:13 +01:00
sed -i configure -e 's/-mtune=pentiumpro//'
2006-12-20 08:47:13 +01:00
./configure \
--prefix=/usr \
2007-04-08 17:25:21 +02:00
--mandir=/usr/man \
--disable-static \
2006-12-20 08:47:13 +01:00
--disable-nls
2007-04-01 07:49:55 +02:00
make
make DESTDIR=$PKG install
2006-12-20 08:47:13 +01:00
}