Files
Arch-R/packages/debug/evtest/build
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

17 lines
210 B
Bash
Executable File

#!/bin/sh
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build libxml2
cd $PKG_BUILD
$AUTORECONF
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
make