]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
suricata-update: New package
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 23 Jun 2019 09:15:22 +0000 (11:15 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 24 Jun 2019 12:38:49 +0000 (14:38 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
suricata-update/suricata-update.nm [new file with mode: 0644]

diff --git a/suricata-update/suricata-update.nm b/suricata-update/suricata-update.nm
new file mode 100644 (file)
index 0000000..35bd959
--- /dev/null
@@ -0,0 +1,40 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = suricata-update
+version    = 1.0.5
+release    = 1
+thisapp    = %{name}-%{version}
+arch       = noarch
+
+groups     = Development/Tools
+url        = https://github.com/OISF/suricata-update
+license    = LGPLv2+
+summary    = A tool for updating Suricata rules.
+
+description
+       This package contains a Python written tool to update the used rules for
+       suricata.
+end
+
+source_dl  = https://github.com/OISF/%{name}/archive/%{version}.tar.gz#/
+
+build
+       build
+               %{python3} setup.py build
+       end
+
+       install
+               %{python3} setup.py install --root=%{BUILDROOT}
+       end
+end
+
+packages
+       package %{name}
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end