move package embryo:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 07:50:02 +02:00
parent 90325d5538
commit 9c150fb50c
3 changed files with 0 additions and 25 deletions

View File

@ -1,18 +0,0 @@
#!/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

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

View File

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