Files
Arch-R/packages/debug/evtest/build
Stephan Raue 7b0a11b32e evtest: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-14 16:16:34 +01:00

14 lines
161 B
Bash
Executable File

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