openal _unstable_ port information

Package: openal
Version: 1.0
Revision: 6
Description: 3D audio API
License: GPL
Maintainer: Hanspeter Niederstrasser
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Source: http://www.snaggledworks.com/software/%n-%v.tar.bz2
Source-MD5: 482b7a67ee21a76a06362722ddd23f44
GCC: 4.0
PatchScript: <<
### Makefile that knows about building proper dylibs
echo "all: libopenal1.0.0.dylib" > macosx/Makefile
echo "" >> macosx/Makefile
echo "libopenal1.0.0.dylib:" >> macosx/Makefile
echo " g++ -dynamiclib -install_name %p/lib/\$@ -o \$@ -L./build/Default -F./build/Default -filelist ./build/al_osx.build/Default/openal.dylib.build/Objects-normal/LinkFileList -framework vecLib -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework AudioUnit -framework CoreServices -compatibility_version 1 -current_version 1" >> macosx/Makefile
### CADebugMacros.cp moved to CADebugMacros.cpp in Tiger/Leopard
/usr/bin/sed -i -e 's/CADebugMacros.cp/CADebugMacros.cpp/' macosx/al_osx.{pbproj,xcode}/project.pbxproj
<<
CompileScript: <<
#!/bin/sh -ev
cd macosx
/usr/bin/xcodebuild -project al_osx.xcode
/usr/bin/make -w all
<<
InstallScript: <<
#!/bin/sh -ev
cd macosx
/usr/bin/install -d -m 755 %i/include/openal
/usr/bin/install -m 644 build/Default/*.h %i/include/openal
/usr/bin/install -d -m 755 %i/lib
/usr/bin/install -m 644 libopenal1.0.0.dylib %i/lib
/bin/ln -s %p/lib/libopenal1.0.0.dylib %i/lib/libopenal1.0.dylib
/bin/ln -s %p/lib/libopenal1.0.0.dylib %i/lib/libopenal1.dylib
/bin/ln -s %p/lib/libopenal1.0.0.dylib %i/lib/libopenal.dylib
<<
DocFiles: macosx/Implementation_Doc macosx/READ_ME COPYING CREDITS README
SplitOff: <<
Package: %N-shlibs
Files: lib/libopenal1.0.0.dylib
Shlibs: <<
%p/lib/libopenal1.0.0.dylib 1.0.0 %n (>= 0.0.1-4)
<<
Description: Shared library for OpenAL
DocFiles: COPYING INSTALL README
<<
DescDetail: <<
OpenAL is a cross-platform 3D audio API appropriate for use with gaming
applications and many other types of audio applications.
<<
DescPackaging: <<
Source was pulled on June 29, 2007 using this command:
svn checkout http://www.openal.org/repos/openal/tags/MacOSX1-1_Spec1-0 openal

This checks out revision 1447.

The dylib installation sequence was copied from the Macports version.
<<