Package Details: atinout 0.9.1-1

Git Clone URL: https://aur.archlinux.org/atinout.git (read-only, click to copy)
Package Base: atinout
Description: AT commands as input are sent to modem and responses given as output.
Upstream URL: http://atinout.sourceforge.net/
Licenses: GPL3
Submitter: maxdevaine
Maintainer: maxdevaine
Last Packager: maxdevaine
Votes: 3
Popularity: 0.000000
First Submitted: 2013-07-02 13:36 (UTC)
Last Updated: 2020-12-11 07:24 (UTC)

Dependencies (0)

Required by (0)

Sources (2)

Latest Comments

blochl commented on 2020-10-08 15:44 (UTC) (edited on 2020-10-08 15:45 (UTC) by blochl)

The path to the patch seems to be wrong, causing the build to fail. This change fixes it:


 build() {
     cd ${srcdir}/atinout-$pkgver
-    patch -p0 < ../../Makefile.patch
+    patch -p0 < "${srcdir}/Makefile.patch"
     make
  }

peterpan4 commented on 2019-08-10 12:39 (UTC)

@cgx, you can compile it like this:

wget https://aur.archlinux.org/cgit/aur.git/snapshot/atinout.tar.gz
tar xzvf atinout.tar.gz
makepkg -Aos  # download source and dependencies (if any) without installing
cd src/atinout-0.9.1
vi Makefile  # edit to remove the -Werror argument
makepkg -Aeif  # compile and install without (re)downloading the sources

cgx commented on 2018-10-22 16:07 (UTC)

Not building for me:

gcc -o atinout -W -Wall -Wextra -Werror -DVERSION=\"0.9.1\" -g atinout.c atinout.c: In function ‘is_final_result’: atinout.c:141:6: error: this statement may fall through [-Werror=implicit-fallthrough=] if (strcmp(&response[1], "K\r\n") == 0) { ^ atinout.c:145:2: note: here default: ^~~~~~~ cc1: all warnings being treated as errors make: *** [Makefile:14: atinout] Error 1 ==> ERROR: A failure occurred in build().

maxdevaine commented on 2017-02-09 22:01 (UTC)

Hi, thanks, done. Max

dreieck commented on 2017-02-09 18:39 (UTC)

The sourceforge link does not exist anymore. Please use generic download URL, like: source=("atinout-${pkgver}.tar.gz::http://sourceforge.net/projects/atinout/files/v${pkgver}/atinout-${pkgver}.tar.gz/download")