Added a .bep file to build openal from git.

This commit is contained in:
Scott McCreary
2010-09-22 05:34:32 +00:00
parent 042087d61e
commit 5831ff1fd4

View File

@@ -0,0 +1,23 @@
DESCRIPTION="OpenAL - A software implementation of the OpenAL 3D audio API"
HOMEPAGE="http://kcat.strangesoft.net/openal.html"
SRC_URI="git+git://repo.or.cz/openal-soft.git"
#CHECKSUM_MD5=""
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/cmake >= 2.8.0"
BUILD {
cd openal-1.12-git
cmake .
make
}
INSTALL {
cd openal-1.12-git
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1999-2000 Loki Software
2005-2010 OpenAL Soft team"