void-packages/srcpkgs/mcelog/template

25 lines
730 B
Bash
Raw Normal View History

2015-02-02 21:27:01 +00:00
# Template file for 'mcelog'
pkgname=mcelog
2015-09-29 09:45:57 +00:00
version=128
2015-06-04 17:50:20 +00:00
revision=1
build_pie=yes
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
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-09-29 09:45:57 +00:00
checksum=a13e9098f93c0d026d4a70d825fc7860ad24bbb88a1bf303b17a15aeaeb38adc
2015-02-02 21:27:01 +00:00
do_build() {
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS" ${makejobs}
}
do_install() {
2015-03-13 12:39:40 +00:00
vmkdir usr/share/man/man5
vmkdir usr/share/man/man8
make PREFIX=/usr DESTDIR=${DESTDIR} install
2015-02-02 21:27:01 +00:00
mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin
vsv mcelog
}