A_OS/ports/official/extra/lib/c-libxml2/build
2024-05-22 09:29:02 +00:00

12 lines
118 B
Bash

#!/bin/sh -e
./configure \
--prefix=/usr \
--with-history \
--with-icu
make
make DESTDIR="$1" install