HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #366

Ticket #366: openal-1.13.bep

File openal-1.13.bep, 517 bytes (added by michaelvoliveira, 4 years ago)

.bep file for the final 1.13 version. Please note that current git versions aren't supported yet

Line 
1DESCRIPTION="OpenAL - A software implementation of the OpenAL 3D audio API"
2HOMEPAGE="http://kcat.strangesoft.net/openal.html"
3SRC_URI="http://kcat.strangesoft.net/openal-releases/openal-soft-1.13.tar.bz2"
4CHECKSUM_MD5="58b7d2809790c70681b825644c5f3614"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="dev-util/cmake >= 2.8.0"
8       
9BUILD {
10        cd openal-soft-1.13
11        cmake .
12        make
13}
14
15INSTALL {
16        cd openal-soft-1.13
17        make install
18}
19
20LICENSE="GNU LGPL v2.1"
21COPYRIGHT="1999-2000 Loki Software
22        2005-2011 OpenAL Soft team"
23

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/