mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
move package musepack:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
bc47148ecc
commit
624e2ab400
@ -1,19 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--exec-prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--datadir=/usr/share \
|
|
||||||
--enable-shared \
|
|
||||||
--disable-static \
|
|
||||||
|
|
||||||
make -C libmpcdec
|
|
||||||
|
|
||||||
$MAKEINSTALL -C libmpcdec
|
|
@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
|
||||||
cp $PKG_BUILD/libmpcdec/.libs/*.so* $INSTALL/usr/lib
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
http://sources.openelec.tv/svn/musepack-435.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user