new package:

- add libnfo for upcoming enna
This commit is contained in:
Stephan Raue 2009-10-03 22:59:40 +02:00
parent 1966961188
commit 887dc00d45
3 changed files with 25 additions and 0 deletions

View 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

View File

@ -0,0 +1,6 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/src/*.so* $INSTALL/usr/lib

View File

@ -0,0 +1 @@
http://sources.openelec.tv/svn/libnfo-20091003.tar.bz2