summaryrefslogtreecommitdiff
path: root/data/neon/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/neon/make.sh')
-rw-r--r--data/neon/make.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/neon/make.sh b/data/neon/make.sh
new file mode 100644
index 000000000..4c1fedf53
--- /dev/null
+++ b/data/neon/make.sh
@@ -0,0 +1,8 @@
+tar -zxvf "${PKG_DATA}/neon-0.26.4.tar.gz"
+cd neon-0.26.4
+pkg:patch
+autoconf
+pkg:configure --enable-shared=yes --enable-static=no --with-ssl
+#--with-expat="${PKG_ROOT}/usr/lib/libexpat.la"
+make
+pkg:install