Package Details: direwolf-git 1.8.beta1.r41.g78d6559-1

Git Clone URL: https://aur.archlinux.org/direwolf-git.git (read-only, click to copy)
Package Base: direwolf-git
Description: Software modem/TNC and APRS encoder/decoder
Upstream URL: https://github.com/wb2osz/direwolf
Keywords: aprs kiss modem packet radio soundmodem tnc
Licenses: GPL-2.0-only
Conflicts: direwolf
Provides: direwolf
Submitter: alexf91
Maintainer: itslemonchan
Last Packager: itslemonchan
Votes: 4
Popularity: 0.000000
First Submitted: 2017-03-09 20:31 (UTC)
Last Updated: 2026-03-28 09:39 (UTC)

Dependencies (4)

Required by (4)

Sources (3)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2

df8oe commented on 2022-07-04 06:29 (UTC)

1) Please add "aarch64" architecture. I can confirm that it builds and runs fine on this architecture

2) There is a problem because of new gps-libraries. dwgpsd.c must be modified from
GPSD_API_MAJOR_VERSION > 12 to GPSD_API_MAJOR_VERSION > 15. I can confirm that direwolf is working without issues with newer gps libraries.

nickoe commented on 2018-02-08 17:40 (UTC)

Thank you very much. I have verified that it seems to work now :)

alexf91 commented on 2018-02-08 17:14 (UTC)

@nickoe Works again, but patching the Makefile is still necessary, because there's a hardcoded path to a udev rule in it.

nickoe commented on 2018-02-08 16:27 (UTC)

The Makefile.patch does not apply anymore. It looks like a DESTDIR variable is available in the original source now.