public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] suricata-update: New package
@ 2019-06-23  9:20 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2019-06-23  9:20 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1508 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 suricata-update/suricata-update.nm | 40 ++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 suricata-update/suricata-update.nm

diff --git a/suricata-update/suricata-update.nm b/suricata-update/suricata-update.nm
new file mode 100644
index 000000000..35bd9599d
--- /dev/null
+++ b/suricata-update/suricata-update.nm
@@ -0,0 +1,40 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info(a)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
-- 
2.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-23  9:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-23  9:20 [PATCH] suricata-update: New package Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox