summaryrefslogtreecommitdiff
path: root/package/snort
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
commit537a2c4eaa446e52c6ba07007eb9ae75998b5580 (patch)
treeb48cc775042b4274dce470527826007de7a7fa84 /package/snort
parent18b3987c6d890f02c80b976b6cf6835053ef1fe9 (diff)
parentce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (diff)
Merge commit 'origin/confgen'
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
Diffstat (limited to 'package/snort')
-rw-r--r--package/snort/Config.in18
-rw-r--r--package/snort/Makefile3
2 files changed, 2 insertions, 19 deletions
diff --git a/package/snort/Config.in b/package/snort/Config.in
deleted file mode 100644
index cb376c2f4..000000000
--- a/package/snort/Config.in
+++ /dev/null
@@ -1,18 +0,0 @@
-config ADK_PACKAGE_SNORT
- prompt "snort............................. Ligthweight Network Intrusion Detection System (NIDS)"
- tristate
- default n
- select ADK_PACKAGE_LIBNET
- select ADK_PACKAGE_LIBPCAP
- select ADK_PACKAGE_LIBPCRE
- help
-
- A ligthweight Network Intrusion Detection System (NIDS)
-
- http://www.snort.org/
-
- Depends:
- - libnet
- - libpcap
- - libpcre
-
diff --git a/package/snort/Makefile b/package/snort/Makefile
index d57a6c555..1c9832c53 100644
--- a/package/snort/Makefile
+++ b/package/snort/Makefile
@@ -6,10 +6,11 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= snort
PKG_VERSION:= 2.6.1.2
PKG_RELEASE:= 8
+PKG_BUILDDEP+= libnet libpcap pcre
PKG_MD5SUM:= 22c448e25538cdf74c62abe586aeac0a
PKG_DESCR:= a flexible Network Intrusion Detection System (NIDS)
PKG_SECTION:= net
-PKG_DEPENDS:= libnet libpcap libpcre
+PKG_DEPENDS:= libnet libpcap pcre
PKG_SITES:= http://www.snort.org/dl/current/
include ${TOPDIR}/mk/package.mk