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

18 lines
214 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/unpack expat
setup_toolchain host
cd $BUILD/expat-*
mkdir -p .build-host
cd .build-host
../configure --prefix=$ROOT/$TOOLCHAIN \
make
make install