Package Details: qodem 1.0.1-1

Git Clone URL: https://aur.archlinux.org/qodem.git (read-only, click to copy)
Package Base: qodem
Description: A re-implementation of the DOS-era Qmodem serial communications package.
Upstream URL: http://qodem.sourceforge.net/
Licenses: GPL
Submitter: keenerd
Maintainer: keenerd
Last Packager: keenerd
Votes: 3
Popularity: 0.000000
First Submitted: 2012-04-08 13:57 (UTC)
Last Updated: 2022-03-04 06:48 (UTC)

Latest Comments

mikenugent commented on 2025-02-09 17:46 (UTC) (edited on 2025-02-09 17:46 (UTC) by mikenugent)

The ac-local version has moved. Can the maintainer please update the build() function to be aclocal-1.xx and automake-1.xx agnostic? Thanks!

build() {
  cd "$srcdir/$pkgname-$pkgver"
  ./configure --disable-ssh --disable-upnp #--enable-x11

  # no reason to hard code versions
  sed -i 's|aclocal-1\.[0-9]*|aclocal|' Makefile
  sed -i 's|automake-1\.[0-9]*|automake|' Makefile

  make PREFIX=/usr CFLAGS='-lm'
}

linuxninja commented on 2021-11-08 06:25 (UTC)

qodem 1.0.1 is avail since 2021-03-01 - simply modifying the PKGBUILD ver seems to work to compile the newer version.

dleslie commented on 2020-09-04 03:37 (UTC)

Compiles and runs fin in aarch64

keenerd commented on 2017-12-02 20:27 (UTC)

Weird that it can't use libupnp. Done.

nessus commented on 2017-12-02 17:19 (UTC)

The build fails for me if miniupnpc is installed (wrong api version, happens with miniupnpc-git from aur as well). It compiles and runs if miniupnpc is not installed at build-time, however. Maybe configure with --disable-upnp as a workaround?

keenerd commented on 2014-01-25 14:41 (UTC)

Yes, 1.0alpha has been released. While upstream calls it an official release, I can't make it do anything other than segfault. It won't be updated until someone can make it run.