mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
move package libass:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
c649712373
commit
2baa2fdfaf
@ -1,22 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build freetype
|
|
||||||
$SCRIPTS/build fontconfig
|
|
||||||
$SCRIPTS/build enca
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
$MAKEINSTALL
|
|
@ -1,12 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install freetype
|
|
||||||
$SCRIPTS/install fontconfig
|
|
||||||
$SCRIPTS/install enca
|
|
||||||
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
|
||||||
cp $PKG_BUILD/libass/.libs/*.so* $INSTALL/usr/lib
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
http://libass.googlecode.com/files/libass-0.9.8.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user