smlinux/net/wavemon/wavemon.SMBuild
PktSurf d18addf386 Replaced upper case variable with lower case in net/cgit
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
2022-10-10 22:54:00 +05:30

36 lines
775 B
Text
Executable file

app=wavemon
version=0.9.4
build=1sml
homepage="https://github.com/uoaerg/wavemon"
download="https://github.com/uoaerg/wavemon/archive/refs/tags/v$version.tar.gz"
desc="Text-mode 802.11 wireless network monitor"
requires="netbsd-curses libcap libnl"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
# wavemon doesn't like our CFLAGS...
unset CFLAGS
./configure \
--prefix=""
make
make install DESTDIR=$pkg
(
mv $pkg/share/wavemon/* $pkgdocs/
rmdir $pkg/share/wavemon
)
mkfinalpkg
}
sha512sums="
9868d060bc30bdc1ac456cd4d411a1a48d4649146124e6d993dde6bc72c77436b2cf3f3f5648df1266e0ad8a413f152586285b38059256a9104f6e23764aea4b wavemon-0.9.4.tar.lz
"