new package:

- add libsvdrp
This commit is contained in:
Stephan Raue 2009-10-11 13:11:34 +02:00
parent 94be52d05e
commit a9d65ce7b3
3 changed files with 28 additions and 0 deletions

View File

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

View File

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

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