Commit d6bbf8bd authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf lame-3.99.5.tar.gz
patch -Np1 -d lame-3.99.5 < lame-3.99.5-config-update.patch
cd lame-3.99.5 && ./configure --prefix=/usr --enable-mp3rtp --disable-static
$(MAKE) -C lame-3.99.5
$(MAKE) -C lame-3.99.5 test
$(MAKE) -C lame-3.99.5 pkghtmldir=/usr/share/doc/lame-3.99.5 install
rm -rf lame-3.99.5
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment