summaryrefslogtreecommitdiff
path: root/package/snort/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/snort/Makefile')
-rw-r--r--package/snort/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/snort/Makefile b/package/snort/Makefile
index 7fdd18c51..cfd2a8fa9 100644
--- a/package/snort/Makefile
+++ b/package/snort/Makefile
@@ -7,7 +7,7 @@ PKG_NAME:= snort
PKG_VERSION:= 2.9.5
PKG_RELEASE:= 1
PKG_MD5SUM:= f5fc0e176afca5989d47509478758fc7
-PKG_DESCR:= a flexible Network Intrusion Detection System (NIDS)
+PKG_DESCR:= flexible Network Intrusion Detection System (NIDS)
PKG_SECTION:= net/security
PKG_DEPENDS:= libnet libpcap libpcre libtirpc daq
PKG_BUILDDEP:= libnet libpcap pcre libtirpc daq
@@ -15,6 +15,8 @@ PKG_URL:= http://www.snort.org/
PKG_SITES:= http://openadk.org/distfiles/
PKG_NOPARALLEL:= 1
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+
PKG_LIBC_DEPENDS:= uclibc glibc
include ${TOPDIR}/mk/package.mk