diff options
author | Matt Housh <jaeger@morpheus.net> | 2006-10-10 15:03:02 +0000 |
---|---|---|
committer | Matt Housh <jaeger@morpheus.net> | 2006-10-10 15:03:02 +0000 |
commit | 2bb4a1d92d8fec7b1d6f035c7ed56846c4a5321a (patch) | |
tree | e2a969f370940f8caf5e45da1afc2ba540db60ac /freealut | |
parent | cad3f80c7c480956be24bf0ea998664dc36e7838 (diff) | |
download | opt-2bb4a1d92d8fec7b1d6f035c7ed56846c4a5321a.tar.gz opt-2bb4a1d92d8fec7b1d6f035c7ed56846c4a5321a.tar.xz |
scorched3d: adopted, updated to version 40, added freealut dependency
Diffstat (limited to 'freealut')
-rw-r--r-- | freealut/.footprint | 14 | ||||
-rw-r--r-- | freealut/.md5sum | 1 | ||||
-rw-r--r-- | freealut/Pkgfile | 16 |
3 files changed, 31 insertions, 0 deletions
diff --git a/freealut/.footprint b/freealut/.footprint new file mode 100644 index 000000000..eaf5b60cf --- /dev/null +++ b/freealut/.footprint @@ -0,0 +1,14 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/freealut-config +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/AL/ +-rw-r--r-- root/root usr/include/AL/alut.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libalut.a +-rwxr-xr-x root/root usr/lib/libalut.la +lrwxrwxrwx root/root usr/lib/libalut.so -> libalut.so.0.1.0 +lrwxrwxrwx root/root usr/lib/libalut.so.0 -> libalut.so.0.1.0 +-rwxr-xr-x root/root usr/lib/libalut.so.0.1.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/freealut.pc diff --git a/freealut/.md5sum b/freealut/.md5sum new file mode 100644 index 000000000..de0f20f77 --- /dev/null +++ b/freealut/.md5sum @@ -0,0 +1 @@ +e089b28a0267faabdb6c079ee173664a freealut-1.1.0.tar.gz diff --git a/freealut/Pkgfile b/freealut/Pkgfile new file mode 100644 index 000000000..76840a1bc --- /dev/null +++ b/freealut/Pkgfile @@ -0,0 +1,16 @@ +# Description: A free implementation of OpenAL's ALUT standard +# URL: http://www.openal.org/ +# Maintainer: Matt Housh, jaeger at crux dot nu +# Depends on: openal + +name=freealut +version=1.1.0 +release=1 +source=(http://www.openal.org/openal_webstf/downloads/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |