]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - dmidecode/dmidecode.nm
Merge remote-tracking branch 'stevee/ppp-update'
[people/ms/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
MT
6name = dmidecode
7version = 2.10
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
24source_dl =
25sources = %{thisapp}.tar.bz2
cf11569f 26
802ea3af
MT
27build
28 install
29 make install-bin install-man prefix=/usr DESTDIR=%{BUILDROOT}
30 end
31end
cf11569f 32
802ea3af
MT
33packages
34 package %{name}
35 end
1f9bc2f0
MT
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
802ea3af 40end