summaryrefslogtreecommitdiff
path: root/freealut
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2008-02-20 00:23:55 +1100
committerDanny Rawlins <romster@shortcircuit.net.au>2008-02-20 01:00:47 +1100
commitc300fa3045c41303b6d11368ca8e47a06fec1831 (patch)
treebd171ba79572367dea8c5a2006a2327d19e49c59 /freealut
parent678395b3fbc050b9c59ccb98998c3ada28916ce9 (diff)
downloadcontrib-c300fa3045c41303b6d11368ca8e47a06fec1831.tar.gz
contrib-c300fa3045c41303b6d11368ca8e47a06fec1831.tar.xz
freealut: picked up port from opt
Diffstat (limited to 'freealut')
-rw-r--r--freealut/.footprint13
-rw-r--r--freealut/.md5sum1
-rw-r--r--freealut/Pkgfile22
3 files changed, 36 insertions, 0 deletions
diff --git a/freealut/.footprint b/freealut/.footprint
new file mode 100644
index 000000000..f823c2e14
--- /dev/null
+++ b/freealut/.footprint
@@ -0,0 +1,13 @@
+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/
+-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..99b47e352
--- /dev/null
+++ b/freealut/Pkgfile
@@ -0,0 +1,22 @@
+# Description: A free implementation of OpenAL's ALUT standard.
+# URL: http://www.openal.org/
+# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
+# Packager: 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/freealut-$version.tar.gz)
+
+build() {
+ cd freealut-$version
+
+ ./configure \
+ --prefix=/usr \
+ --disable-static
+
+ make
+ make DESTDIR=$PKG install
+}
+

Generated by cgit