17 lines
493 B
Bash
17 lines
493 B
Bash
# Template file for 'kexec-tools'
|
|
pkgname=kexec-tools
|
|
version=2.0.11
|
|
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=b1097986ffdb928cf41a94e8a5dfddc981a8fa710cccf13298e7f8dd939a2ee3
|
|
|
|
pre_build() {
|
|
rm ${XBPS_WRAPPERDIR}/strip
|
|
}
|