]> git.ipfire.org Git - ipfire-3.x.git/blob - suricata-update/suricata-update.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / suricata-update / suricata-update.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = suricata-update
7 version = 1.0.5
8 release = 1
9 thisapp = %{name}-%{version}
10 arch = noarch
11
12 groups = Development/Tools
13 url = https://github.com/OISF/suricata-update
14 license = LGPLv2+
15 summary = A tool for updating Suricata rules.
16
17 description
18 This package contains a Python written tool to update the used rules for
19 suricata.
20 end
21
22 source_dl = https://github.com/OISF/%{name}/archive/%{version}.tar.gz#/
23
24 build
25 build
26 %{python3} setup.py build
27 end
28
29 install
30 %{python3} setup.py install --root=%{BUILDROOT}
31 end
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40 end