]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - suricata/suricata.nm
Move all packages to root.
[people/pmueller/ipfire-3.x.git] / suricata / suricata.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = suricata
7 version = 1.0.5
8 release = 1
9
10 groups = Networking/IDS
11 url = http://www.openinfosecfoundation.org/
12 license = GPLv2
13 summary = Open Source Next Generation Intrusion Detection and Prevention Engine.
14
15 description
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.
19 end
20
21 source_dl = http://www.openinfosecfoundation.org/download/
22
23 build
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
33 zlib-devel
34 end
35
36 configure_options += \
37 --enable-gccprotect \
38 --enable-nfqueue \
39 --disable-static
40 end
41
42
43 packages
44 package %{name}
45 end
46
47 package %{name}-devel
48 template DEVEL
49 end
50 end