aboutsummaryrefslogtreecommitdiff
path: root/extra/glib-networking/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-28 23:07:32 +0300
committerCem Keylan <cem@ckyln.com>2020-01-28 23:07:32 +0300
commitd50820b4a7e888c58c20bf2c092b6c14f20498e7 (patch)
tree51326d90f1322b018d0e76197f86dedafbfba914 /extra/glib-networking/build
parent3135674cda64e735629f7eb9f4d2f3e4d702ffe7 (diff)
downloadrepository-d50820b4a7e888c58c20bf2c092b6c14f20498e7.tar.gz
webkit-friends: move to extra
Diffstat (limited to 'extra/glib-networking/build')
-rwxr-xr-xextra/glib-networking/build14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/glib-networking/build b/extra/glib-networking/build
new file mode 100755
index 00000000..3175aa9a
--- /dev/null
+++ b/extra/glib-networking/build
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+meson \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ -Dlibproxy=disabled \
+ -Dopenssl=enabled \
+ . output
+
+ninja -C output
+ninja -C output install