mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
move package libsndfile:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
9e0a4a6cfa
commit
bc47148ecc
@ -1,21 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build alsa-lib
|
|
||||||
#$SCRIPTS/build flac
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--enable-static \
|
|
||||||
--disable-shared
|
|
||||||
|
|
||||||
make -C src
|
|
||||||
cp -PR sndfile.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
|
||||||
|
|
||||||
#$STRIP src/.libs/*.so*
|
|
||||||
|
|
||||||
$MAKEINSTALL -C src
|
|
@ -1 +0,0 @@
|
|||||||
http://www.mega-nerd.com/libsndfile/libsndfile-1.0.20.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user