Files
Arch-R/packages/textproc/expat/build
Stephan Raue d131d6c4d7 expat:
- split in host and target
2009-11-06 15:35:27 +01:00

22 lines
360 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
mkdir -p .build-target
cd .build-target
../configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-shared \
make
$MAKEINSTALL