move package eina:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 07:45:47 +02:00
parent 9498ce4402
commit 3279a6e4b8
3 changed files with 0 additions and 33 deletions

View File

@ -1,21 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--disable-static \
--enable-shared \
--enable-pthread \
--enable-chained-pool \
--enable-pass-through \
--enable-default-mempool \
--disable-doc\
make
$MAKEINSTALL

View File

@ -1,11 +0,0 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/src/lib/.libs/libeina*.so* $INSTALL/usr/lib
mkdir -p $INSTALL/usr/lib/eina/mp
for i in chained_pool pass_through fixed_bitmap; do
cp -PR $PKG_BUILD/src/modules/mp/$i/.libs/*.so $INSTALL/usr/lib/eina/mp
done

View File

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