lsscsi: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 17:48:50 +00:00
parent 1a02ebd2c3
commit 3a56df5e1b
3 changed files with 0 additions and 29 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/lsscsi
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/lsscsi.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SYPT32zKBIG3pxmGyAybM+ZX6OGIVfRdypkGyyBxCHSdbZYwzfsiKu6Pr0Bu/Q8CPBmZf8vPPHe52YWpqS3dwA=
SHA256 (Pkgfile) = f4de1615457ac920b73440b44bc0f6e5b486a6288c2af821d2827fe027f3c798
SHA256 (.footprint) = 2e3d27e382f647d0a13bf90df8cac8c97b8d27f4dfe260a95f95f625349270cd
SHA256 (lsscsi-0.31.tgz) = 12bf1973014803c6fd6d547e7594a4c049f0eef3bf5d22190d4be29d7c09f3ca

View File

@ -1,17 +0,0 @@
# Description: list information about SCSI devices
# URL: http://sg.danny.cz/scsi/lsscsi.html
# Maintainer: Thomas Penteker, tek at serverop dot de
name=lsscsi
version=0.31
release=1
source=(http://sg.danny.cz/scsi/lsscsi-$version.tgz)
build() {
cd $name-*
./configure --prefix=/usr
make
make install DESTDIR=$PKG
}