pkg download command and patches
This commit is contained in:
13
assets/var/gnu/tcpdump.md
Normal file
13
assets/var/gnu/tcpdump.md
Normal file
@ -0,0 +1,13 @@
|
||||
tcpdump
|
||||
=
|
||||
https://www.tcpdump.org/release/tcpdump-4.99.6.tar.xz
|
||||
|
||||
``` sh *** build ***
|
||||
./configure --prefix=$pkgpath
|
||||
make -j$(nproc)
|
||||
make install
|
||||
```
|
||||
|
||||
``` cfg *** build deps ***
|
||||
libpcap
|
||||
```
|
||||
Reference in New Issue
Block a user