mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
26 lines
456 B
Plaintext
26 lines
456 B
Plaintext
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"
|
|
|