summaryrefslogtreecommitdiffstats
path: root/extra/openal/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/openal/Pkgfile')
-rw-r--r--extra/openal/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/openal/Pkgfile b/extra/openal/Pkgfile
deleted file mode 100644
index 711a736c5..000000000
--- a/extra/openal/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Cross-platform 3D audio.
-# URL: http://connect.creativelabs.com/openal
-# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
-# Packager: Matt Housh, jaeger at crux dot nu
-# Depends on: alsa-lib, cmake, sdl, pkg-config
-# Run on: alsa-lib,sdl
-
-name=openal
-version=1.13
-release=1
-source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$version.tar.bz2)
-
-build() {
- cd $SRC/$name-soft-$version/build
- cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
- make
- make DESTDIR=$PKG/ install
-}
-
-