diff --git a/srcpkgs/kexec-tools/kexec-tools.rshlibs b/srcpkgs/kexec-tools/kexec-tools.rshlibs new file mode 100644 index 00000000000..19590f6eb8e --- /dev/null +++ b/srcpkgs/kexec-tools/kexec-tools.rshlibs @@ -0,0 +1,3 @@ +libc.so.6 +liblzma.so.5 +libz.so.1 diff --git a/srcpkgs/kexec-tools/template b/srcpkgs/kexec-tools/template new file mode 100644 index 00000000000..e40cd1297f4 --- /dev/null +++ b/srcpkgs/kexec-tools/template @@ -0,0 +1,15 @@ +# Template file for 'kexec-tools' +pkgname=kexec-tools +version=2.0.3 +homepage="http://kernel.org/pub/linux/utils/kernel/kexec/" +distfiles="${KERNEL_SITE}/utils/kernel/kexec/$pkgname-$version.tar.xz" +build_style=gnu-configure +short_desc="Tools to support fast kexec reboots" +maintainer="Juan RP " +license="GPL-2" +checksum=a2dcb8320cab2ce22b3734ec07b1a63e27d0b301b4a88556b1b05d53f7d786a9 +long_desc=" + Kexec is a fastboot mechanism which allows booting a Linux kernel from the + context of already running kernel without going through BIOS. BIOS can be very + time consuming especially on the big servers with lots of peripherals. This can + save a lot of time for developers who end up booting a machine numerous times."