diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:53:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:56:01 +0200 |
commit | 1aacea2738c291c5e144ad1913c3ed6cca9f87db (patch) | |
tree | f8a39f8d250a1a8bc1e56a3607b59231281f1927 /package/snort | |
parent | 5bdd93287770808c4100008b8b0b39c1a55bf098 (diff) |
use XZ tarballs as default
Diffstat (limited to 'package/snort')
-rw-r--r-- | package/snort/Makefile | 4 |
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 |