summaryrefslogtreecommitdiff
path: root/data/gnupg2/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-01 13:29:32 +0000
committerJay Freeman <saurik@saurik.com>2008-01-01 13:29:32 +0000
commit81f9fdd7221a3bd7e1e5f2cbf8b5698d1a99ff10 (patch)
tree68c19e664707e6502abbecac60be7bd0180ddda5 /data/gnupg2/make.sh
parent1927b67af64514cb7813468f23010684e0ef1d2b (diff)
Added many more packages (gnupg and friends), fixed repository signing, ported vim to Darwin 10.5, and added a better set of default scripts for package construction.
git-svn-id: http://svn.telesphoreo.org/trunk@5 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/gnupg2/make.sh')
-rw-r--r--data/gnupg2/make.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/gnupg2/make.sh b/data/gnupg2/make.sh
new file mode 100644
index 000000000..49a2b0759
--- /dev/null
+++ b/data/gnupg2/make.sh
@@ -0,0 +1,7 @@
+pkg:extract
+cd *
+pkg:patch
+autoconf
+pkg:configure --with-{ksba,libassuan,pth}-prefix="${PKG_ROOT}"/usr --sysconfdir=/etc
+make
+pkg:install