kiss-mfavila-large/ports/official/extra/lame/build

10 lines
125 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
--prefix=/usr \
2022-02-19 17:14:48 +00:00
--enable-shared \
--disable-frontend
make
make DESTDIR="$1" install