19 lines
515 B
Bash
19 lines
515 B
Bash
# Template file for 'kexec-tools'
|
|
pkgname=kexec-tools
|
|
version=2.0.15
|
|
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"
|
|
homepage="http://kernel.org/pub/linux/utils/kernel/kexec/"
|
|
distfiles="${KERNEL_SITE}/utils/kernel/kexec/$pkgname-$version.tar.xz"
|
|
checksum=899b7b861431eb51886d0c12866e91b036228244d35a5fb04762dd1a3c0194e7
|
|
nopie=yes
|
|
nocross=yes
|
|
|
|
pre_build() {
|
|
rm ${XBPS_WRAPPERDIR}/strip
|
|
}
|