19 lines
515 B
Bash
19 lines
515 B
Bash
# Template file for 'kexec-tools'
|
|
pkgname=kexec-tools
|
|
version=2.0.16
|
|
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=5b103351ad752c9badd1d65b00eb6de4bce579f944f4df4e3ef3a755ba567010
|
|
nopie=yes
|
|
nocross=yes
|
|
|
|
pre_build() {
|
|
rm ${XBPS_WRAPPERDIR}/strip
|
|
}
|