2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-13 00:00:13 +00:00
repo/extra/gettext/build

18 lines
319 B
Plaintext
Raw Normal View History

2019-06-27 18:43:16 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
2019-06-27 18:49:43 +00: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 18:43:16 +00:00
make
make DESTDIR="$1" install