29 lines
1 KiB
Text
29 lines
1 KiB
Text
# Template file for 'dmidecode'
|
|
pkgname=dmidecode
|
|
version=2.11
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
make_build_args="prefix=/usr"
|
|
make_install_args="prefix=/usr"
|
|
short_desc="Desktop Management Interface table related utilities"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.nongnu.org/dmidecode"
|
|
license="GPL-2"
|
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
|
checksum=6da5643479b3b591b71a91122a25b89b77920b66e1ad0a5162d3c75b50423b51
|
|
long_desc="
|
|
$pkgname reports information about x86 and ia64 hardware as described in
|
|
the system BIOS according to the SMBIOS/DMI standard. This information
|
|
typically includes system manufacturer, model name, serial number,
|
|
BIOS version, asset tag as well as a lot of other details of varying
|
|
level of interest and reliability depending on the manufacturer.
|
|
|
|
This will often include usage status for the CPU sockets, expansion
|
|
slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of
|
|
I/O ports (e.g. serial, parallel, USB)."
|
|
|
|
dmidecode_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|