mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Added a .bep file to build openal from git.
This commit is contained in:
23
media-libs/openal/openal-1.12-git.bep
Normal file
23
media-libs/openal/openal-1.12-git.bep
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user