mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
move package taglib:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
f23a05904f
commit
87983ec4f4
@ -1,24 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build zlib
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--enable-static \
|
|
||||||
--disable-shared \
|
|
||||||
--enable-final
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$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://developer.kde.org/~wheeler/files/src/taglib-1.5.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user