rtmpdump: add install script to install shared librarys

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-25 11:31:25 +02:00
parent a68da9c306
commit 7af8f5024e

View File

@ -0,0 +1,10 @@
#!/bin/sh
. config/options $1
$SCRIPTS/install zlib
$SCRIPTS/install openssl
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/librtmp/*.so* $INSTALL/usr/lib