aboutsummaryrefslogtreecommitdiff
path: root/extra/flac/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-18 22:47:26 +0300
committerCem Keylan <cem@ckyln.com>2020-07-18 22:47:26 +0300
commit42157aa5e88de0756a602e96b360d2df428ac7b7 (patch)
treea7be2b6a60af3a1d01b4b53ffaa8a40ffb536843 /extra/flac/build
parent9d42a21e20dbb4d5b0744f1a5eed5dd95d2b7ee2 (diff)
downloadrepository-42157aa5e88de0756a602e96b360d2df428ac7b7.tar.gz
flac: add new package at 1.3.3
Diffstat (limited to 'extra/flac/build')
-rwxr-xr-xextra/flac/build12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/flac/build b/extra/flac/build
new file mode 100755
index 00000000..d0b7d924
--- /dev/null
+++ b/extra/flac/build
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-rpath \
+ --disable-doxygen-docs \
+ --disable-xmms-plugin \
+ --disable-thorough-tests \
+ --with-pic
+
+make
+make DESTDIR="$1" install