Files
Arch-R/packages/sysutils/grep/build
Stephan Raue fee6bec11e grep: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-14 12:40:24 +01:00

11 lines
147 B
Bash
Executable File

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