456fcc7c07
The other one is frequently (if not always) unreachable from a lot of places.
32 lines
1.1 KiB
Bash
32 lines
1.1 KiB
Bash
# Template file for 'wsjtx'
|
|
pkgname=wsjtx
|
|
version=2.2.2
|
|
revision=1
|
|
build_wrksrc="wsjtx"
|
|
build_style=cmake
|
|
configure_args="-Dhamlib_LIBRARY_DIRS=/usr/lib -DRIGCTLCOM_EXE=
|
|
-DRIGCTL_EXE= -DRIGCTLD_EXE="
|
|
hostmakedepends="pkg-config gcc-fortran ruby-asciidoctor asciidoc tar"
|
|
makedepends="boost-devel fftw-devel libgomp-devel hamlib-devel libusb-devel qt5-devel
|
|
qt5-multimedia-devel qt5-tools-devel qt5-serialport-devel qt5-plugin-mysql
|
|
qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
|
|
depends="qt5-plugin-sqlite"
|
|
short_desc="Weak-signal Amateur Radio communication program"
|
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html"
|
|
distfiles="${SOURCEFORGE_SITE}/wsjt/${pkgname}-${version}/${pkgname}-${version}.tgz"
|
|
checksum=1cbc163f238a8cfd64cd9e4a00aa1e00ef43758a1ba9c5db83ca63ca60f64f9d
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
|
configure_args+=" -DBoost_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include"
|
|
fi
|
|
|
|
post_extract() {
|
|
tar xf src/wsjtx.tgz
|
|
}
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/share/man/man1/rigctl{,d,com}-wsjtx.1.gz
|
|
}
|