|
Last change
on this file since 339 was
318,
checked in by nicolape, 18 years ago
|
|
Added OpenAL Includes and Libs, and a small starter script
|
|
File size:
276 bytes
|
| Line | |
|---|
| 1 | prefix=/home/nicolape/openal/compiled |
|---|
| 2 | exec_prefix=${prefix} |
|---|
| 3 | libdir=${exec_prefix}/lib |
|---|
| 4 | includedir=${prefix}/include |
|---|
| 5 | |
|---|
| 6 | Name: OpenAL |
|---|
| 7 | Description: OpenAL is a cross-platform 3D audio API. |
|---|
| 8 | Requires: @requirements@ |
|---|
| 9 | Version: 0.0.8 |
|---|
| 10 | Libs: -L${libdir} -lopenal |
|---|
| 11 | Cflags: -I${includedir} |
|---|
| 12 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.