repo/extra/lame/build
Dylan Araps 26629ce54a
lame: Disable nasm.
This never actually worked!! I don't think it works in
any distribution using it either. NASM is never actually
invoked during the build process.
2020-02-28 12:16:47 +02:00

9 lines
100 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-shared
make
make DESTDIR="$1" install