summaryrefslogtreecommitdiff
path: root/audio/linux-f10-freealut
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2006-09-07 20:20:55 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2006-09-07 20:20:55 +0000
commite041b7d59f5fb5dea22aaba01802a3c950422b08 (patch)
tree7de4e801902db1c1773d21122c481fdb957e50ef /audio/linux-f10-freealut
parent- Fix building ("-1" suffix present in distname but not in extracted (diff)
Freealut is a free implementation of the OpenAL Utility Toolkit
(ALUT). It is well suited to producing succinct demo programs and to help new developers to get started with OpenAL without distractions such as loading sound samples from disk. WWW: http://www.openal.org/ PR: ports/102854 Submitted by: Jona Joachim <walkingshadow at grummel.net>
Notes
Notes: svn path=/head/; revision=172526
Diffstat (limited to 'audio/linux-f10-freealut')
-rw-r--r--audio/linux-f10-freealut/Makefile27
-rw-r--r--audio/linux-f10-freealut/distinfo.i3866
-rw-r--r--audio/linux-f10-freealut/pkg-descr8
3 files changed, 41 insertions, 0 deletions
diff --git a/audio/linux-f10-freealut/Makefile b/audio/linux-f10-freealut/Makefile
new file mode 100644
index 000000000000..4454c7394c3c
--- /dev/null
+++ b/audio/linux-f10-freealut/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: linux-freealut
+# Date created: 03 September 2006
+# Whom: Jona Joachim <walkingshadow@grummel.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= freealut
+PORTVERSION= 1.1.0
+CATEGORIES= audio linux
+MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-1.fc${LINUX_DIST_VER}
+
+MAINTAINER= walkingshadow@grummel.net
+COMMENT= A free implementation of OpenAL's ALUT standard (Linux version)
+
+RUN_DEPENDS= ${LINUXBASE}/usr/lib/libopenal.so.0:${PORTSDIR}/audio/linux-openal
+
+USE_LINUX_RPM= yes
+LINUX_DIST_VER= 4
+INSTALL_SHLIB= yes
+ONLY_FOR_ARCHS= i386 amd64
+DIST_SUBDIR= rpm
+AUTOMATIC_PLIST=yes
+MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS
+
+.include <bsd.port.mk>
diff --git a/audio/linux-f10-freealut/distinfo.i386 b/audio/linux-f10-freealut/distinfo.i386
new file mode 100644
index 000000000000..b706abb26d70
--- /dev/null
+++ b/audio/linux-f10-freealut/distinfo.i386
@@ -0,0 +1,6 @@
+MD5 (rpm/freealut-1.1.0-1.fc4.i386.rpm) = edce806118ea0f75f07d534908777465
+SHA256 (rpm/freealut-1.1.0-1.fc4.i386.rpm) = 1a4311874b7826bf325a344fd4b7a4ab9c842a73541b8ef5442a52c73c469287
+SIZE (rpm/freealut-1.1.0-1.fc4.i386.rpm) = 40001
+MD5 (rpm/freealut-1.1.0-1.fc4.src.rpm) = 3357d5a4be49fe957d74af689e8dc549
+SHA256 (rpm/freealut-1.1.0-1.fc4.src.rpm) = 2c111bcc9081e2a33cda2e770456dfc0a356df36682fb9c9522cedf45233dfc6
+SIZE (rpm/freealut-1.1.0-1.fc4.src.rpm) = 465729
diff --git a/audio/linux-f10-freealut/pkg-descr b/audio/linux-f10-freealut/pkg-descr
new file mode 100644
index 000000000000..7d9cdb083766
--- /dev/null
+++ b/audio/linux-f10-freealut/pkg-descr
@@ -0,0 +1,8 @@
+Freealut is a free implementation of the OpenAL Utility Toolkit
+(ALUT).
+
+It is well suited to producing succinct demo programs and to help
+new developers to get started with OpenAL without distractions
+such as loading sound samples from disk.
+
+WWW: http://www.openal.org/