Files
Arch-R/packages/debug/evtest/install
Stephan Raue 3e5fa2c834 new package: add package 'evtest' for debugging
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-09-20 18:23:37 +02:00

10 lines
172 B
Bash
Executable File

#!/bin/sh
. config/options $1
$SCRIPTS/install libxml2
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/evtest $INSTALL/usr/bin
cp $PKG_BUILD/evtest-capture $INSTALL/usr/bin