2015-02-02 21:27:01 +00:00
|
|
|
# Template file for 'mcelog'
|
|
|
|
pkgname=mcelog
|
|
|
|
version=109
|
2015-02-03 07:24:04 +00:00
|
|
|
revision=2
|
|
|
|
conf_files="/etc/mcelog/mcelog.conf"
|
2015-02-02 21:27:01 +00:00
|
|
|
only_for_archs="i686 x86_64"
|
|
|
|
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=0b842274e9d19f14d26d0797ebcfeb0cfcf5a34675fc0a2a6e9d4145e5176333
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin
|
|
|
|
vsv mcelog
|
|
|
|
}
|