aboutsummaryrefslogtreecommitdiff
path: root/extra/gcr/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-15 20:47:36 +0300
committerCem Keylan <cem@ckyln.com>2020-01-15 20:47:36 +0300
commit1ac9d22168f3529697bd0ae5d76af0b54265c9fa (patch)
treeacb53b2b72d481f78111b07b9da49532f599fb4e /extra/gcr/build
parent27f985fa06a09fd671b1970c2b6bdc5e1d285073 (diff)
downloadrepository-1ac9d22168f3529697bd0ae5d76af0b54265c9fa.tar.gz
gcr: add package to extra
Diffstat (limited to 'extra/gcr/build')
-rwxr-xr-xextra/gcr/build14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/gcr/build b/extra/gcr/build
new file mode 100755
index 00000000..95ff5252
--- /dev/null
+++ b/extra/gcr/build
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-scheams-compile \
+ --disable-update-mime \
+ --disable-introspection \
+ --disable-update-icon-cache \
+ --disable-gir \
+ --disable-nls
+
+make
+make DESTDIR="$1" install