]> git.ipfire.org Git - ipfire-3.x.git/blame - dmidecode/dmidecode.nm
dmidecode: Update to 3.0
[ipfire-3.x.git] / dmidecode / dmidecode.nm
CommitLineData
cf11569f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
cf11569f
SS
4###############################################################################
5
802ea3af 6name = dmidecode
faf21cfa 7version = 3.0
802ea3af 8release = 1
cf11569f 9
802ea3af
MT
10groups = Applications/System
11url = http://www.nongnu.org/dmidecode/
12license = GPLv2+
13summary = Tool to analyse BIOS DMI data.
cf11569f 14
802ea3af 15description
cf11569f
SS
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 \
802ea3af
MT
21 manufacturer.
22end
23
faf21cfa 24source_dl = http://download.savannah.gnu.org/releases/dmidecode/
cf11569f 25
802ea3af 26build
faf21cfa
MT
27 make_build_targets += CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
28
802ea3af 29 install
faf21cfa 30 make install-bin install-man prefix=%{prefix} DESTDIR=%{BUILDROOT}
802ea3af
MT
31 end
32end
cf11569f 33
802ea3af
MT
34packages
35 package %{name}
1f9bc2f0
MT
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
802ea3af 40end