mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 15:20:06 -07:00
22 lines
436 B
Bash
Executable File
22 lines
436 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
ac_cv_snprintf_returns_bogus=no \
|
|
ac_cv_fread_reads_directories=yes \
|
|
NO_GETTEXT=YesPlease \
|
|
NO_SVN_TESTS=YesPlease \
|
|
NO_TCLTK=YesPlease \
|
|
NO_EXPAT=YesPlease \
|
|
NO_NSEC=YesPlease \
|
|
NO_PYTHON=YesPlease \
|
|
NO_PERL=YesPlease \
|
|
NO_SYS_POLL_H=1
|
|
|
|
make
|
|
make \
|
|
DESTDIR="$1" \
|
|
NO_CROSS_DIRECTORY_HARDLINKS=1 \
|
|
NO_INSTALL_HARDLINKS=1 \
|
|
install
|