kiss-mfavila-large/ports/official/core/expat/build

10 lines
122 B
Plaintext
Raw Normal View History

2021-05-09 02:10:08 -04:00
#!/bin/sh -e
./configure \
2022-08-23 16:40:30 -04:00
--prefix=/usr \
--enable-shared \
--enable-static
2021-05-09 02:10:08 -04:00
make
make DESTDIR="$1" install