Files
Arch-R/packages/debug/tvdump/install
Stephan Raue 5f16564c84 new package: add package 'tvdump'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-10-26 05:28:27 +02:00

11 lines
254 B
Bash
Executable File

#!/bin/sh
. config/options $1
$SCRIPTS/install Python
$SCRIPTS/install libpciaccess
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/tvdump $INSTALL/usr/bin
cp $PKG_BUILD/tvdump2code.py $INSTALL/usr/bin/tvdump2code
chmod +x $INSTALL/usr/bin/tvdump2code