1
0
forked from ports/contrib

kexec-tools: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 19:57:51 +00:00
parent e7dfa0c99a
commit 8b1d651336
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 34 deletions

View File

@ -1,12 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/kexec-tools/
-rw-r--r-- root/root usr/lib/kexec-tools/kexec_test
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/kexec
-rwxr-xr-x root/root usr/sbin/vmcore-dmesg
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
-rw-r--r-- root/root usr/share/man/man8/vmcore-dmesg.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF370LPY0DDT+pjRe3EMd5EIMVUKL3SACC7tyC+RIY+8F39OjtUpQzh6Aal9/c2kPuIOso5YdU+TYb6E4909xaDwI=
SHA256 (Pkgfile) = 0ef9895cc96b77bf62f7ae13cf3696d962f593fba3102542de97169b1ec4f4e9
SHA256 (.footprint) = 483baf3b5692da54a02afd0775245401ab78152f01426113988dc3773a2c2ccb
SHA256 (kexec-tools-2.0.21.tar.gz) = 4a595206a0b5b046d1b8cde23727b50768479f8a9d3e59be578b3b2835d5d355

View File

@ -1,17 +0,0 @@
# Description: kexec-tools for the linux kernel
# URL: http://kernel.org/pub/linux/utils/kernel/kexec
# Maintainer: Thomas Penteker, tek at serverop dot de
name=kexec-tools
version=2.0.21
release=1
source=(https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/snapshot/kexec-tools-$version.tar.gz)
build() {
cd $name-$version
./bootstrap
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}