move package libsvdrp:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 10:45:59 +02:00
parent 2747c9b025
commit 73d2b29f0d
3 changed files with 0 additions and 28 deletions

View File

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

View File

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

View File

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