Initial .bep file for libdca

This commit is contained in:
Scott McCreary
2009-11-12 05:45:32 +00:00
parent 26281bdc99
commit af7bb346dc

View File

@@ -0,0 +1,17 @@
DESCRIPTION="libdca - library for decoding DTS Coherent Acoustics streams used in DVD"
HOMEPAGE="http://www.videolan.org/developers/libdca.html"
SRC_URI="http://download.videolan.org/pub/videolan/libdca/0.0.5/libdca-0.0.5.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libdca-0.0.5
./bootstrap
./configure --prefix=/boot/common
make
}
INSTALL {
cd libdca-0.0.5
make install
}