Last change
on this file since 328 was
318,
checked in by nicolape, 17 years ago
|
Added OpenAL Includes and Libs, and a small starter script
|
File size:
290 bytes
|
Line | |
---|
1 | prefix=/home/nicolape/openal/compiled |
---|
2 | exec_prefix=${prefix} |
---|
3 | libdir=${exec_prefix}/lib |
---|
4 | includedir=${prefix}/include |
---|
5 | |
---|
6 | Name: freealut |
---|
7 | Description: freealut is a free implementation of the OpenAL utility toolkit. |
---|
8 | Requires: openal |
---|
9 | Version: 1.1.0 |
---|
10 | Libs: -L${libdir} -lalut |
---|
11 | Cflags: -I${includedir} |
---|
Note: See
TracBrowser
for help on using the repository browser.