Files
haikuports/media-libs/openal/openal-1.12_git
2013-08-04 21:47:43 +02:00

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"