# Description: System's hardware information of your BIOS according to SMBIOS/DMI standard
# URL: https://www.nongnu.org/dmidecode/
# Maintainer: Tim Biermann, tbier at posteo dot de

name=dmidecode
version=3.7
release=1
source=(https://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz)

build() {
  cd $name-$version

  make prefix=/usr CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
  make prefix=/usr DESTDIR=$PKG install

  rm -r $PKG/usr/share/doc
}
