2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/extra/lame/build
2021-07-18 05:30:21 +03:00

16 lines
277 B
Bash
Executable File

#!/bin/sh -e
# Disable HTML documentation.
sed 's/html man/man/' doc/Makefile.in > _
mv -f _ doc/Makefile.in
./configure \
ac_cv_lib_ncurses_initscr=no \
ac_cv_lib_curses_initscr=no \
--prefix=/usr \
--enable-shared \
--disable-gtktest
make
make install