mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
new package:
- add package wavpack for upcoming new xbmc releases
This commit is contained in:
parent
dfd64839b7
commit
e26ed00bf1
17
packages/audio/wavpack/build
Executable file
17
packages/audio/wavpack/build
Executable file
@ -0,0 +1,17 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--disable-static \
|
||||||
|
--enable-shared \
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
7
packages/audio/wavpack/install
Executable file
7
packages/audio/wavpack/install
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -PR $PKG_BUILD/src/.libs/*.so* $INSTALL/usr/lib
|
||||||
|
|
1
packages/audio/wavpack/url
Normal file
1
packages/audio/wavpack/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://www.wavpack.com/wavpack-4.60.1.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user