]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
firmware-update: New package
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 29 Mar 2019 11:42:01 +0000 (11:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 29 Mar 2019 11:42:01 +0000 (11:42 +0000)
This tools makes it easy to update the firmware on various
boards.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
firmware-update/firmware-update.nm [new file with mode: 0644]

diff --git a/firmware-update/firmware-update.nm b/firmware-update/firmware-update.nm
new file mode 100644 (file)
index 0000000..d43e3a6
--- /dev/null
@@ -0,0 +1,41 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = firmware-update
+version    = 20190329
+release    = 1
+arch       = noarch
+
+maintainer = Michael Tremer <michael.tremer@ipfire.org>
+groups     = System/Tools
+url        = https://git.ipfire.org/?p=people/ms/firmware-update.git;a=summary
+license    = GPLv3+
+summary    = A tool to automatically update firmware
+
+description
+       firmware-update automatically updates firmware on various systems
+end
+
+source_dl  = https://source.ipfire.org/releases/firmware-update/
+
+build
+       requires
+               autoconf
+               automake
+               sed
+       end
+
+       prepare_cmds
+               [ -e "configure" ] || ./autogen.sh
+       end
+end
+
+packages
+       package %{name}
+               requires
+                       flashrom
+               end
+       end
+end