]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - suricata/suricata.nm
suricata: Updated to version 1.1beta3
[people/pmueller/ipfire-3.x.git] / suricata / suricata.nm
CommitLineData
c6c409aa 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
c6c409aa
SS
4###############################################################################
5
802ea3af 6name = suricata
40505164 7version = 1.1beta3
802ea3af
MT
8release = 1
9
10groups = Networking/IDS
11url = http://www.openinfosecfoundation.org/
12license = GPLv2
13summary = Open Source Next Generation Intrusion Detection and Prevention Engine.
14
15description
16 The suricata engine is not intended to just replace or emulate the
17 existing tools in the industry, but provides new ideas and
18 technologies.
19end
20
21source_dl = http://www.openinfosecfoundation.org/download/
22
23build
24 requires
25 libcap-ng-devel
26 libnfnetlink-devel
27 libnetfilter_queue-devel
28 libnet-devel
29 libpcap-devel
30 libyaml-devel
31 pcre-devel
32 pkg-config
40505164 33 zlib-devel>=1.2.5-2
802ea3af
MT
34 end
35
36 configure_options += \
37 --enable-gccprotect \
38 --enable-nfqueue \
39 --disable-static
40end
41
42
43packages
44 package %{name}
45 end
46
47 package %{name}-devel
48 template DEVEL
49 end
50end