repo/extra/lame/build
2019-10-07 17:01:06 +03:00

10 lines
120 B
Bash
Executable File

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