1 # Maintainer: Giovanni Scafora <giovanni@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Desktop Management Interface table related utilities"
9 url="https://www.nongnu.org/dmidecode"
12 source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
13 # source=("https://download.savannah.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
14 sha256sums=('79d76735ee8e25196e2a722964cf9683f5a09581503537884b256b01389cc073'
16 validpgpkeys=('7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A') # Jean Delvare (kernel.org) <jdelvare@suse.de>
19 cd ${pkgname}-${pkgver}
21 sed -i "s:sbin:bin:g" Makefile
22 make prefix=/usr CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
26 cd ${pkgname}-${pkgver}
28 make prefix=/usr DESTDIR="${pkgdir}" install