2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-24 16:30:04 -07:00
repo/extra/gettext/build

18 lines
319 B
Plaintext
Raw Normal View History

2019-06-27 12:43:16 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
2019-06-27 12:49:43 -06:00
--with-included-gettext \
--without-examples \
--disable-java \
--disable-native-java \
--disable-csharp \
--disable-libasprintf \
--disable-acl \
--without-git \
--disable-openmp \
--disable-curses
2019-06-27 12:43:16 -06:00
make
make DESTDIR="$1" install