Files
Arch-R/packages/sysutils/sg3_utils/build
Stephan Raue 891942788a sg3_utils: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-14 14:41:09 +01:00

17 lines
323 B
Bash
Executable File

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