X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=firmware-update%2Ffirmware-update.nm;fp=firmware-update%2Ffirmware-update.nm;h=d43e3a6af822e2c9546e3e494e2691f6d8b61a17;hb=de0069e81ba1dae2bb7bc02b5a5b724e6fdaac04;hp=0000000000000000000000000000000000000000;hpb=79519274fd9d2dbead3f8d9b1538ce758d95bb1e;p=ipfire-3.x.git diff --git a/firmware-update/firmware-update.nm b/firmware-update/firmware-update.nm new file mode 100644 index 000000000..d43e3a6af --- /dev/null +++ b/firmware-update/firmware-update.nm @@ -0,0 +1,41 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = firmware-update +version = 20190329 +release = 1 +arch = noarch + +maintainer = Michael Tremer +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