mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Initial .bep file for libdca
This commit is contained in:
17
media-libs/libdca/libdca-0.0.5.bep
Normal file
17
media-libs/libdca/libdca-0.0.5.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user