]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - dmidecode/dmidecode.nm
8289243678c85ebbaa354fbaeb0a3c7eaea31a8e
[people/pmueller/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 = 3.0
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 = http://download.savannah.gnu.org/releases/dmidecode/
25
26 build
27 make_build_targets += CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
28
29 install
30 make install-bin install-man prefix=%{prefix} DESTDIR=%{BUILDROOT}
31 end
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40 end