Commit 33247de0 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf flac-1.3.3.tar.xz
cd flac-1.3.3 && ./configure --prefix=/usr --disable-thorough-tests --docdir=/usr/share/doc/flac-1.3.3
$(MAKE) -C flac-1.3.3
cd flac-1.3.3 && chown -Rv nobody . && su nobody -s /bin/bash -c "make check"
$(MAKE) -C flac-1.3.3 install
rm -rf flac-1.3.3
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