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

Context Navigation

  • Back to Ticket #210

Ticket #210: freealut-1.1.0.bep

File freealut-1.1.0.bep, 604 bytes (added by michaelvoliveira, 5 years ago)

I know that is not in the list, but makes sense stay here

Line 
1DESCRIPTION="FreeALUT - a free implementation of OpenAL's ALUT standard."
2HOMEPAGE="http://connect.creativelabs.com/openal"
3SRC_URI="http://connect.creativelabs.com/openal/Downloads/ALUT/freealut-1.1.0.tar.gz"
4CHECKSUM_MD5="e089b28a0267faabdb6c079ee173664a"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="media-libs/openal >= 1.6.372
8                dev-util/cmake >= 2.8.1"
9       
10BUILD {
11        cd freealut-1.1.0
12        libtoolize --force --copy --install
13        ./autogen.sh
14        ./configure --prefix=/boot/common
15        make
16}
17
18INSTALL {
19        cd freealut-1.1.0
20        make install
21}
22
23LICENSE="GNU GPL v2"
24COPYRIGHT="2005-2006 Creative Technology Ltd."

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/