mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
19 lines
451 B
Plaintext
19 lines
451 B
Plaintext
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"
|
|
CHECKSUM_MD5="dab6b2795c66a82a6fcd4f8343343021"
|
|
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
|
|
}
|