mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
new package:
- add libnfo for upcoming enna
This commit is contained in:
parent
1966961188
commit
887dc00d45
18
packages/other/libnfo/build
Normal file
18
packages/other/libnfo/build
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--disable-static \
|
||||||
|
--enable-shared \
|
||||||
|
--disable-debug \
|
||||||
|
--cross-compile \
|
||||||
|
--disable-doc \
|
||||||
|
--enable-logcolor \
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL
|
6
packages/other/libnfo/install
Normal file
6
packages/other/libnfo/install
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp -PR $PKG_BUILD/src/*.so* $INSTALL/usr/lib
|
1
packages/other/libnfo/url
Normal file
1
packages/other/libnfo/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://sources.openelec.tv/svn/libnfo-20091003.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user