aboutsummaryrefslogtreecommitdiff
path: root/extra/opusfile/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-09-27 18:53:27 +0200
committerCem Keylan <cem@ckyln.com>2022-09-27 18:53:27 +0200
commit74964d7dbe2a119f0fa6ee5744f0dea937023424 (patch)
tree218ab9c11b1d0586fa926ce12e2a2e6066b0a45f /extra/opusfile/build
parent4d452379a72e24a2403c8a6c533965a159741cd5 (diff)
downloadrepository-74964d7dbe2a119f0fa6ee5744f0dea937023424.tar.gz
opusfile: add new package at 0.12
Diffstat (limited to 'extra/opusfile/build')
-rwxr-xr-xextra/opusfile/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/opusfile/build b/extra/opusfile/build
new file mode 100755
index 00000000..f7c248ab
--- /dev/null
+++ b/extra/opusfile/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-static \
+ --enable-shared
+
+make
+make DESTDIR="$1" install