Files
BMLFS/build-scripts/faad2-2.8.8.build
2019-01-11 12:39:59 -06:00

10 lines
262 B
Bash
Executable File

#! /bin/bash
# source: https://downloads.sourceforge.net/faac/faad2-2.8.8.tar.gz
./configure --prefix=/usr --disable-static &&
read -p "Compile? " && make -j4 &&
read -p "Install? " && sudo -S porg -lD "make -j1 pkghtmldir=/usr/share/doc/lame-3.100 install"