diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-15 20:47:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-15 20:47:36 +0300 |
commit | 1ac9d22168f3529697bd0ae5d76af0b54265c9fa (patch) | |
tree | acb53b2b72d481f78111b07b9da49532f599fb4e /extra/gcr/build | |
parent | 27f985fa06a09fd671b1970c2b6bdc5e1d285073 (diff) | |
download | repository-1ac9d22168f3529697bd0ae5d76af0b54265c9fa.tar.gz |
gcr: add package to extra
Diffstat (limited to 'extra/gcr/build')
-rwxr-xr-x | extra/gcr/build | 14 |
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 |