]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/openjpeg/build
pango, openjpeg: move to junk
[asd-repo.git] / junk / openjpeg / build
diff --git a/junk/openjpeg/build b/junk/openjpeg/build
new file mode 100755 (executable)
index 0000000..5332ac4
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cmake -B build \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DCMAKE_SHARED_LIBS=True \
+    -DCMAKE_BUILD_TYPE=Release
+
+cmake --build build
+cmake --install build