summaryrefslogtreecommitdiff
path: root/data/stunnel/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-02 02:54:43 +0000
committerJay Freeman <saurik@saurik.com>2008-01-02 02:54:43 +0000
commit7fe4faa796d3393f6a806c3ebb56c0a2792c1144 (patch)
tree9565d87578116d8cdb2d1577085bd6e9f3f04853 /data/stunnel/make.sh
parent0673535c576267adb537935c02917a526166442d (diff)
Now serving 100 packages, fixed gzip priority/dependents, and moved subversion to versioning.
git-svn-id: http://svn.telesphoreo.org/trunk@8 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/stunnel/make.sh')
-rw-r--r--data/stunnel/make.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/stunnel/make.sh b/data/stunnel/make.sh
new file mode 100644
index 000000000..05f3c03cc
--- /dev/null
+++ b/data/stunnel/make.sh
@@ -0,0 +1,7 @@
+pkg:extract
+cd *
+pkg:patch
+pkg:configure ac_cv_file___dev_urandom_=yes ac_cv_file___dev_ptmx_=yes ac_cv_file___dev_ptc_=no --with-ssl="${PKG_ROOT}/usr"
+touch stunnel.pem
+make openssl="$(which openssl)"
+make install prefix="${PKG_DEST}/usr"