Package Details: splat 1.4.2-1

Git Clone URL: https://aur.archlinux.org/splat.git (read-only, click to copy)
Package Base: splat
Description: A RF Signal Propagation, Loss, And Terrain analysis tool for the spectrum between 20 MHz and 20 GHz
Upstream URL: http://www.qsl.net/kd2bd/splat.html
Licenses: GPL
Submitter: Allan
Maintainer: keenerd
Last Packager: keenerd
Votes: 6
Popularity: 0.000000
First Submitted: 2008-12-19 03:43 (UTC)
Last Updated: 2015-06-13 04:31 (UTC)

Latest Comments

micwoj92 commented on 2021-09-01 06:27 (UTC)

Hello, could you update links to https?

maze commented on 2014-04-21 09:52 (UTC)

SPLAT! Version 1.4.1 was released on Friday January 10, 2014. Version 1.4.1 adds several new features, fixes several small bugs, and releases the ITWOM v3.0 propagation model under the GPLv2 license, so it is fully compatible with SPLAT!'s license.

fiatflux commented on 2013-11-11 22:07 (UTC)

Package updated to 1.4.0, but unfortunately I haven't yet managed to fix an incompatibility in util/fontdata with newer zlib versions. The temporary workaround, hopefully compatible with most folks' use cases, is to simply let GCC fail on that target (error is swallowed by the software-specific build script) but to skip installing the fontdata binary. Please let me know if you find a way to compile this with current zlib versions.

vitalijr2 commented on 2010-08-24 16:39 (UTC)

1.3.0

<deleted-account> commented on 2010-07-10 20:29 (UTC)

#Contributor: Bob Finch <w9ya@qrparci.net> #Updated by: Gordon JC Pearce MM0YEQ <gordon@gjcp.net> pkgname=splat pkgver=1.3.0 pkgrel=1 pkgdesc="a RF Signal Propagation, Loss, And Terrain analysis tool\ for the spectrum between 20 MHz and 20 GHz" url="http://www.qsl.net/kd2bd/splat.html" depends=('gcc-libs' 'zlib' 'bzip2' 'gnuplot') # Gimp is the recommended viewer for detailed outputs - source=(http://www.ibiblio.org/pub/linux/apps/ham/$pkgname-$pkgver.tar.bz2) arch=('i686') license=('GPL') md5sums=('0b45c9d8fbb1a7c87fbc013d332e1bc7') build() { cd $startdir/src/$pkgname-$pkgver sed -i -e s:' -march=$cpu':: build sed -i -e s:'-O3':"${CFLAGS}": build sed -i -e s:'-O3':"${CFLAGS}": utils/build ./build all mkdir -p $startdir/pkg/usr/bin install -m755 $startdir/splat.1 $startdir/pkg/usr/bin/splat install -m755 splat $startdir/pkg/usr/bin/splat.1 install -m755 utils/{citydecoder,usgs2sdf,srtm2sdf,fontdata}\ $startdir/pkg/usr/bin/ mkdir -p $startdir/pkg/usr/share/man/man1 install -m644 docs/english/man/splat.1 $startdir/pkg/usr/share/man/man1/ mkdir -p $startdir/pkg/usr/share/splat/{data,docs} install -m644 sample_data/* $startdir/pkg/usr/share/splat/data/ install -m644 utils/README $startdir/pkg/usr/share/splat/docs/ install -m644 CHANGES $startdir/pkg/usr/share/splat/docs/ }