mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
25
media-libs/libdca/libdca-0.0.5.recipe
Normal file
25
media-libs/libdca/libdca-0.0.5.recipe
Normal file
@@ -0,0 +1,25 @@
|
||||
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=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd libdca-0.0.5
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2004 Gildas Bazin <gbazin@videolan.org>
|
||||
2000-2003 Michel Lespinasse <walken@zoy.org>
|
||||
1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>"
|
||||
Reference in New Issue
Block a user