Files
Arch-R/packages/tools/bc/build
Stephan Raue ee8e311009 bc: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-24 11:08:51 +02:00

13 lines
176 B
Bash
Executable File

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