19 lines
680 B
Bash
19 lines
680 B
Bash
# Template file for 'direwolf'
|
|
pkgname=direwolf
|
|
version=1.7
|
|
revision=3
|
|
build_style=cmake
|
|
makedepends="alsa-lib-devel hamlib-devel eudev-libudev-devel"
|
|
short_desc="AX.25 packet modem/TNC and APRS encoder/decoder"
|
|
maintainer="classabbyamp <void@placeviolette.net>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/wb2osz/direwolf"
|
|
changelog="https://raw.githubusercontent.com/wb2osz/direwolf/master/CHANGES.md"
|
|
distfiles="https://github.com/wb2osz/direwolf/archive/refs/tags/${version}.tar.gz"
|
|
checksum=6301f6a43e5db9ef754765875592a58933f6b78585e9272afc850acf7c5914be
|
|
python_version=3
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
x86_64*|i686*) configure_args+=" -DFORCE_SSE=ON" ;;
|
|
esac
|