void-packages/srcpkgs/mcelog/template

24 lines
651 B
Bash
Raw Normal View History

2015-02-02 21:27:01 +00:00
# Template file for 'mcelog'
pkgname=mcelog
2015-04-02 09:47:43 +00:00
version=114
2015-03-14 12:47:05 +00:00
revision=1
conf_files="/etc/mcelog/mcelog.conf"
2015-03-23 10:01:10 +00:00
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
2015-02-02 21:27:01 +00:00
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"
2015-04-02 09:47:43 +00:00
checksum=c54ef3274d9b2472647fadf98d6128b6823f1101dd3f351b2451d4464e6ab35a
2015-02-02 21:27:01 +00:00
2015-03-13 12:39:40 +00:00
pre_install() {
vmkdir usr/share/man/man5
vmkdir usr/share/man/man8
}
2015-02-02 21:27:01 +00:00
post_install() {
mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin
vsv mcelog
}