repo/extra/lame/build

16 lines
290 B
Plaintext
Raw Normal View History

2019-07-23 00:14:50 +00:00
#!/bin/sh -e
# Disable HTML documentation.
sed 's/html man/man/' doc/Makefile.in > _
mv -f _ doc/Makefile.in
2019-07-23 00:14:50 +00:00
./configure \
ac_cv_lib_ncurses_initscr=no \
ac_cv_lib_curses_initscr=no \
2019-07-23 00:14:50 +00:00
--prefix=/usr \
--enable-shared \
--disable-gtktest
2019-07-23 00:14:50 +00:00
make
2023-03-02 14:40:00 +00:00
make DESTDIR="$1" install