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

Context Navigation

  • Back to Ticket #359

Ticket #359: openal-1.12.854.bep

File openal-1.12.854.bep, 539 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file

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.12.854.tar.bz2"
4CHECKSUM_MD5="fbf36451fdebd6466edbdc0ee7db9603"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="dev-util/cmake >= 2.8.1"
8       
9BUILD {
10        cd openal-soft-1.12.854
11        cmake .
12        make
13}
14
15INSTALL {
16        cd openal-soft-1.12.854
17        make install
18}
19
20LICENSE="GNU LGPL v2.1"
21COPYRIGHT="1999-2000 Loki Software"
22COPYRIGHT="2005-2010 OpenAL Soft team"

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/