]> git.ipfire.org Git - ipfire-3.x.git/blame - dmidecode/dmidecode.nm
kernel: Enable /dev/mem
[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
25c2ca8f 7version = 3.2
802ea3af 8release = 1
cf11569f 9
802ea3af 10groups = Applications/System
25c2ca8f 11url = https://www.nongnu.org/dmidecode/
802ea3af
MT
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
25c2ca8f
PM
24source_dl = https://download.savannah.gnu.org/releases/dmidecode/
25sources = %{thisapp}.tar.xz
cf11569f 26
802ea3af 27build
faf21cfa
MT
28 make_build_targets += CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
29
802ea3af 30 install
faf21cfa 31 make install-bin install-man prefix=%{prefix} DESTDIR=%{BUILDROOT}
802ea3af
MT
32 end
33end
cf11569f 34
802ea3af
MT
35packages
36 package %{name}
1f9bc2f0
MT
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
802ea3af 41end