void-packages/srcpkgs/mcelog/template

26 lines
707 B
Bash

# Template file for 'mcelog'
pkgname=mcelog
version=194
revision=1
archs="i686* x86_64*"
hostmakedepends="python3"
conf_files="/etc/mcelog/mcelog.conf"
short_desc="Decode kernel machine check log on x86 machines"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only"
homepage="http://www.mcelog.org/"
distfiles="https://github.com/andikleen/${pkgname}/archive/v${version}.tar.gz"
checksum=52ad2771a8dc8e30b44a52864620cf1be1fce81f9ae83c4652a9e2d010b1a533
do_build() {
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS" ${makejobs}
}
do_install() {
vmkdir usr/share/man/man5
vmkdir usr/share/man/man8
make PREFIX=/usr DESTDIR=${DESTDIR} install
mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin
vsv mcelog
}