aboutsummaryrefslogtreecommitdiff
path: root/extra/gnupg2/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-17 01:05:08 +0300
committerCem Keylan <cem@ckyln.com>2019-12-17 01:05:08 +0300
commita25c9b9a4254187fce9d424fa31de0eec35f5ff3 (patch)
tree0a62ce4f05aaa141fb43fdb488393f8c0cb4eb63 /extra/gnupg2/build
parentce3edaad5bfa7b9c0e79f88a41d9faa092c4cb66 (diff)
downloadrepository-a25c9b9a4254187fce9d424fa31de0eec35f5ff3.tar.gz
move gpg2 toolchain to extra
Diffstat (limited to 'extra/gnupg2/build')
-rwxr-xr-xextra/gnupg2/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/gnupg2/build b/extra/gnupg2/build
new file mode 100755
index 00000000..64c03174
--- /dev/null
+++ b/extra/gnupg2/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure --prefix=/usr
+
+make
+
+make DESTDIR="$1" install