summaryrefslogtreecommitdiff
path: root/data/ngrep/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/ngrep/make.sh')
-rw-r--r--data/ngrep/make.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/ngrep/make.sh b/data/ngrep/make.sh
new file mode 100644
index 000000000..53af27b91
--- /dev/null
+++ b/data/ngrep/make.sh
@@ -0,0 +1,10 @@
+tar -jxvf "${PKG_DATA}/ngrep-1.45.tar.bz2"
+cd ngrep-1.45
+pkg:patch
+autoconf
+cd regex-0.12
+autoconf
+cd ..
+pkg:configure "--with-pcap-includes=${PKG_ROOT}/usr/include"
+make
+pkg:install