aboutsummaryrefslogtreecommitdiff
path: root/extra/graphene/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-04 13:20:40 +0300
committerCem Keylan <cem@ckyln.com>2021-02-04 13:21:12 +0300
commitea879119c20619cd189a597758b6b28956df02bf (patch)
tree81ebc20fa1eeaee47ea973f4b32bc5d6127bfee3 /extra/graphene/build
parent764a0bef27dd56d1a04f808d8857f011e7e975c7 (diff)
downloadrepository-ea879119c20619cd189a597758b6b28956df02bf.tar.gz
graphene: add new package at 1.10.2
Diffstat (limited to 'extra/graphene/build')
-rwxr-xr-xextra/graphene/build16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/graphene/build b/extra/graphene/build
new file mode 100755
index 00000000..dc78a46d
--- /dev/null
+++ b/extra/graphene/build
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+meson \
+ --prefix=/usr \
+ -Ddefault_library=both \
+ -Darm_neon=false \
+ -Dgtk_doc=false \
+ -Dintrospection=false \
+ -Dinstalled_tests=false \
+ -Dtests=false \
+ . output
+
+ninja -C output
+ninja -C output install