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

20 lines
395 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 \
--disable-device-mapper \
--without-readline \
make
$MAKEINSTALL