Files
Arch-R/packages/debug/w_scan/build
Stephan Raue dc49047ea7 new package: add package 'w_scan'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-23 03:08:13 +01:00

14 lines
243 B
Bash
Executable File

#!/bin/sh
. config/options
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--enable-shared \
--disable-static \
--disable-documentation \
make