mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
move package cdparanoia:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
c6f9777890
commit
154a78717b
@ -1,33 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
export ac_cv_sizeof_short=2
|
|
||||||
export ac_cv_sizeof_int=4
|
|
||||||
export ac_cv_sizeof_long=4
|
|
||||||
export ac_cv_sizeof_long_long=8
|
|
||||||
|
|
||||||
cd $BUILD/$1*
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--localstatedir=/var \
|
|
||||||
--enable-static \
|
|
||||||
--disable-shared \
|
|
||||||
|
|
||||||
|
|
||||||
$MAKE OPT="$CFLAGS -ffast-math"
|
|
||||||
|
|
||||||
#$MAKE prefix=$SYSROOT_PREFIX/usr install
|
|
||||||
|
|
||||||
#$STRIP {paranoia,interface}/libcdda_*.so*
|
|
||||||
#chmod -v 755 {paranoia,interface}/libcdda_*.so*
|
|
||||||
|
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/lib
|
|
||||||
cp -PR {paranoia,interface}/libcdda_*.a $SYSROOT_PREFIX/usr/lib
|
|
||||||
|
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/include
|
|
||||||
cp -PR {paranoia,interface}/cdda_*.h $SYSROOT_PREFIX/usr/include
|
|
@ -1 +0,0 @@
|
|||||||
http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-10.2.src.tgz
|
|
Loading…
x
Reference in New Issue
Block a user