new package: add package 'openal-soft'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-13 16:47:02 +02:00
parent b64f5b0c91
commit fc476012ef
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,18 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build alsa-lib
cd $PKG_BUILD
mkdir -p .build
cd .build
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
-DCMAKE_INSTALL_PREFIX=/usr \
..
make
$MAKEINSTALL

View File

@ -0,0 +1,9 @@
#!/bin/sh
. config/options
$SCRIPTS/install alsa-lib
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/.build/*.so* $INSTALL/usr/lib

View File

@ -0,0 +1 @@
http://kcat.strangesoft.net/openal-releases/openal-soft-1.12.854.tar.bz2