move package openal-soft:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-28 09:33:26 +01:00
parent 35cc32ca6b
commit 60ed6deeb9
3 changed files with 0 additions and 25 deletions

View File

@ -1,17 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
mkdir -p .build
cd .build
cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr \
-D CMAKE_FIND_ROOT_PATH:PATH=$SYSROOT_PREFIX \
..
make
$MAKEINSTALL

View File

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

View File

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