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

15 lines
222 B
Bash
Executable File

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