New package: mcelog-109

This commit is contained in:
Christian Neukirchen 2015-02-02 22:27:01 +01:00
parent 6563e4c676
commit 50c33e0b09
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec mcelog --daemon --foreground --syslog

17
srcpkgs/mcelog/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'mcelog'
pkgname=mcelog
version=109
revision=1
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
}