Improved code to install dump1090 binary in net/dump1090 and hostname symlinks in net/hostname Removed code that manually discards static archives in net/php Miscellaneous SHA512 checksum updates and minor fixes in several net pkg build files
32 lines
696 B
Text
Executable file
32 lines
696 B
Text
Executable file
app=tcpdump
|
|
version=4.9.2
|
|
build=1sml
|
|
homepage="https://www.tcpdump.org/"
|
|
download="https://www.tcpdump.org/release/tcpdump-$version.tar.gz"
|
|
desc="Text-mode network monitoring and packet data acquisition tool"
|
|
requires="libpcap openssl"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
ac_cv_linux_vers=3 \
|
|
./configure \
|
|
--prefix="" \
|
|
--sbindir=/bin
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp LICENSE $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
c299de1f1f12d2fda53b2ae4f60e8930c196d490390d935498970a0d82a76ea2da55dfa67e79784990b01161ed93da521f95e282f997a9081f5fa805ea9f6cb3 tcpdump-4.9.2.tar.lz
|
|
"
|