mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
move package openal-soft:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
35cc32ca6b
commit
60ed6deeb9
@ -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
|
|
@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
|
||||||
cp -P $PKG_BUILD/.build/*.so* $INSTALL/usr/lib
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
http://kcat.strangesoft.net/openal-releases/openal-soft-1.8.466.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user