mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
move package libcdaudio:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
1c7f69d9d8
commit
ed63a10c89
@ -1,23 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--enable-static \
|
||||
--disable-shared
|
||||
|
||||
make
|
||||
|
||||
#$STRIP src/.libs/*.so*
|
||||
|
||||
$MAKEINSTALL
|
||||
|
||||
$SED "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" \
|
||||
$SYSROOT_PREFIX/usr/bin/$1-config
|
||||
|
||||
mv $SYSROOT_PREFIX/usr/bin/$1-config $ROOT/$TOOLCHAIN/bin
|
@ -1 +0,0 @@
|
||||
http://mesh.dl.sourceforge.net/sourceforge/libcdaudio/libcdaudio-0.99.12p2.tar.gz
|
Loading…
x
Reference in New Issue
Block a user