]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - dmidecode/dmidecode.nm
43d244a245642a9257fe8e1886942fbfa9f6422b
[people/amarx/ipfire-3.x.git] / dmidecode / dmidecode.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = dmidecode
7 version = 2.10
8 release = 1
9
10 groups = Applications/System
11 url = http://www.nongnu.org/dmidecode/
12 license = GPLv2+
13 summary = Tool to analyse BIOS DMI data.
14
15 description
16 dmidecode reports information about x86 & ia64 hardware as described \
17 in the system BIOS according to the SMBIOS/DMI standard. This \
18 information typically includes system manufacturer, model name, \
19 serial number, BIOS version, asset tag as well as a lot of other \
20 details of varying level of interest and reliability depending on the \
21 manufacturer.
22 end
23
24 source_dl =
25 sources = %{thisapp}.tar.bz2
26
27 build
28 install
29 make install-bin install-man prefix=/usr DESTDIR=%{BUILDROOT}
30 end
31 end
32
33 packages
34 package %{name}
35 end
36 end