kexec-tools: dropped

This commit is contained in:
Tim Biermann 2022-12-22 10:07:42 +00:00
parent 4c6605a5bf
commit 5e49513fba
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 42 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/kexec
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/kexec.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/gNXwRjfHOaHIjgFr0sJvbn2sSdWsT5M3YW0eoybV7MhOZJIEoWiRO9XyC/jvy5GtSo12PSllHNBkkB0QHbvw8=
SHA256 (Pkgfile) = 23b794c24285f314f639c8b1bc90dae838bbff0f5d2e2cf0c62e4680884366f5
SHA256 (.footprint) = 750b5d6fc78dd4f4c32345f7218c108ab836a2e6b7ff3e2e1d4024a87e98e754
SHA256 (kexec-tools-2.0.25.tar.gz) = 3731a7c2d8a71a13f4021b94c31abe713f72703774b1e2cfe671fa33f317b637

View File

@ -1,30 +0,0 @@
# Description: User space utility to load and exec another kernel
# URL: https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
# Depends on: zlib
name=kexec-tools
xname=kexec
version=2.0.25
release=1
source=(https://git.kernel.org/pub/scm/utils/kernel/${xname}/\
${name}.git/snapshot/${name}-${version}.tar.gz
)
build() {
cd ${name}-${version}
./bootstrap
#LDFLAGS="-static ${LDFLAGS}"
./configure --prefix=/usr --without-lzma
make
make DESTDIR="${PKG}" install
#mv "${PKG}"/usr/sbin/kexec "${PKG}"/usr/sbin/kexec.static
rm -rf \
"${PKG}"/usr/lib \
"${PKG}"/usr/sbin/vmcore-dmesg \
"${PKG}"/usr/share/man/man8/vmcore-dmesg.8
}
# s-sh-mode