void-packages/srcpkgs/kexec-tools/template
maxice8 786d7acaa4 kexec-tools: update to 2.0.17.
Closes #13616.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-04-20 17:36:24 +02:00

18 lines
522 B
Bash

# Template file for 'kexec-tools'
pkgname=kexec-tools
version=2.0.17
revision=1
build_style=gnu-configure
makedepends="liblzma-devel"
short_desc="Tools to support fast kexec reboots"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2.0-only"
homepage="http://kernel.org/pub/linux/utils/kernel/kexec/"
distfiles="${KERNEL_SITE}/utils/kernel/kexec/$pkgname-$version.tar.xz"
checksum=504c816b769da573167b63f3b6d4fce3740f231c98d8db0c4fda47a4b90482a9
nopie=yes
nocross=yes
pre_build() {
rm ${XBPS_WRAPPERDIR}/strip
}