23 lines
651 B
Bash
23 lines
651 B
Bash
# Template file for 'mcelog'
|
|
pkgname=mcelog
|
|
version=113
|
|
revision=1
|
|
conf_files="/etc/mcelog/mcelog.conf"
|
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
build_style=gnu-makefile
|
|
short_desc="Decode kernel machine check log on x86 machines"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://www.mcelog.org/"
|
|
distfiles="https://github.com/andikleen/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=02afce0b70238fad8f137fb757dd53d74b8fcefc39dc4e39e144548421a54df3
|
|
|
|
pre_install() {
|
|
vmkdir usr/share/man/man5
|
|
vmkdir usr/share/man/man8
|
|
}
|
|
|
|
post_install() {
|
|
mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin
|
|
vsv mcelog
|
|
}
|