move package libwsbm:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 08:44:16 +02:00
parent 7b103e4a5f
commit bcfba34a55
3 changed files with 0 additions and 25 deletions

View File

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

View File

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

View File

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