Files
Arch-R/packages/sysutils/bash/build
Stephan Raue 6662096815 bash: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 23:55:02 +02:00

15 lines
282 B
Bash
Executable File

#!/bin/sh
. config/options $1
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--bindir=/bin \
--with-gnu-ld \
--without-bash-malloc \
--without-installed-readline \
make