new package:

- add embryo for upcoming enna
This commit is contained in:
Stephan Raue 2009-10-03 22:55:46 +02:00
parent aedaef7b8c
commit 915bcf67eb
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,18 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $BUILD/$1*
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--disable-static \
--enable-shared \
--disable-doc \
make
$MAKEINSTALL

View File

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

View File

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