New package: mcelog-109
This commit is contained in:
parent
6563e4c676
commit
50c33e0b09
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec mcelog --daemon --foreground --syslog
|
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue