contrib/libdca/Pkgfile

25 lines
552 B
Plaintext
Raw Normal View History

2006-12-20 18:47:13 +11:00
# Description: A free DTS Coherent Acoustics decoder. (early development stage)
# URL: http://developers.videolan.org/libdca.html
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on:
2007-04-01 15:49:55 +10:00
name=libdca
2007-04-09 01:25:21 +10:00
version=0.0.4
2006-12-20 18:47:13 +11:00
release=1
2007-04-09 01:25:21 +10:00
source=(http://download.videolan.org/pub/videolan/libdca/$version/libdca-$version.tar.bz2)
2006-12-20 18:47:13 +11:00
build() {
2007-04-09 01:25:21 +10:00
cd libdca-$version
2006-12-20 18:47:13 +11:00
./configure \
--prefix=/usr \
2007-04-09 01:25:21 +10:00
--mandir=/usr/man \
--disable-static \
2006-12-20 18:47:13 +11:00
--disable-nls
2007-04-01 15:49:55 +10:00
make
make DESTDIR=$PKG install
2006-12-20 18:47:13 +11:00
}