mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
new package: add package 'openal-soft'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b64f5b0c91
commit
fc476012ef
18
packages/multimedia/openal-soft/build
Executable file
18
packages/multimedia/openal-soft/build
Executable 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
|
9
packages/multimedia/openal-soft/install
Executable file
9
packages/multimedia/openal-soft/install
Executable 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
|
||||||
|
|
1
packages/multimedia/openal-soft/url
Normal file
1
packages/multimedia/openal-soft/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://kcat.strangesoft.net/openal-releases/openal-soft-1.12.854.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user