ladybird/Ports/libexpat/package.sh
George Pickering 704f48d7f3 POSIX compliance: (most) shell scripts converted to generic shell
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh
have been left largely untouched due to use of Bash-exclusive
functions and variables such as $BASH_SOURCE, pushd and popd.
2019-11-03 09:26:22 +01:00

13 lines
338 B
Bash
Executable File

#!/bin/sh ../.port_include.sh
port=libexpat
version=2.2.9
useconfigure=true
files="https://codeload.github.com/libexpat/libexpat/tar.gz/R_2_2_9 expat-2.2.9.tar.gz"
workdir=libexpat-R_2_2_9/expat/
configure() {
run ./buildconf.sh
run patch -p 0 < fix-autoconf.patch
run ./"$configscript" --host=i686-pc-serenity $configopts
}