]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - dmidecode/dmidecode.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / dmidecode / dmidecode.nm
diff --git a/dmidecode/dmidecode.nm b/dmidecode/dmidecode.nm
new file mode 100644 (file)
index 0000000..43d244a
--- /dev/null
@@ -0,0 +1,36 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = dmidecode
+version    = 2.10
+release    = 1
+
+groups     = Applications/System
+url        = http://www.nongnu.org/dmidecode/
+license    = GPLv2+
+summary    = Tool to analyse BIOS DMI data.
+
+description
+       dmidecode reports information about x86 & ia64 hardware as described \
+       in the system BIOS according to the SMBIOS/DMI standard. This \
+       information typically includes system manufacturer, model name, \
+       serial number, BIOS version, asset tag as well as a lot of other \
+       details of varying level of interest and reliability depending on the \
+       manufacturer.
+end
+
+source_dl  =
+sources    = %{thisapp}.tar.bz2
+
+build
+       install
+               make install-bin install-man prefix=/usr DESTDIR=%{BUILDROOT}
+       end
+end
+
+packages
+       package %{name}
+       end
+end