mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
New package: lsof-4.98.0.
This commit is contained in:
1
main/lsof/.checksums
Normal file
1
main/lsof/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
34404c76c56cb761adcb93fa139c9be5 lsof-4.98.0.tar.gz
|
||||
9
main/lsof/.pkgfiles
Normal file
9
main/lsof/.pkgfiles
Normal file
@@ -0,0 +1,9 @@
|
||||
lsof-4.98.0-1
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/local/
|
||||
drwxr-xr-x root/root usr/local/bin/
|
||||
-rwxr-xr-x root/root usr/local/bin/lsof
|
||||
drwxr-xr-x root/root usr/local/share/
|
||||
drwxr-xr-x root/root usr/local/share/man/
|
||||
drwxr-xr-x root/root usr/local/share/man/man8/
|
||||
-rw-r--r-- root/root usr/local/share/man/man8/lsof.8.gz
|
||||
15
main/lsof/spkgbuild
Normal file
15
main/lsof/spkgbuild
Normal file
@@ -0,0 +1,15 @@
|
||||
# description : LiSt Open Files
|
||||
# homepage : https://lsof.readthedocs.io/en/latest/
|
||||
# depends : libtirpc
|
||||
|
||||
name=lsof
|
||||
version=4.98.0
|
||||
release=1
|
||||
source="https://github.com/lsof-org/lsof/releases/download/$version/lsof-$version.tar.gz"
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
Reference in New Issue
Block a user