Search Criteria
Package Details: ax25-apps 0.0.8_rc5-4
Git Clone URL: | https://aur.archlinux.org/ax25-apps.git (read-only, click to copy) |
---|---|
Package Base: | ax25-apps |
Description: | Programs for the hamradio protocol AX.25 that would be used by normal users |
Upstream URL: | http://www.linux-ax25.org |
Licenses: | |
Submitter: | None |
Maintainer: | asdil12 |
Last Packager: | asdil12 |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2008-05-22 05:14 |
Last Updated: | 2020-11-30 09:38 |
Dependencies (2)
- libax25
- make (make3, make-git, make-without-guile) (make)
Latest Comments
asdil12 commented on 2020-11-30 09:38
@TJM fixed.
TJM commented on 2020-11-29 23:14
Got an error when building
0.0.8_rc5-3
:asdil12 commented on 2016-09-02 14:26
done
adx commented on 2016-09-02 12:30
Configuration files should not be overwritten by adding the following:
backup=('etc/ax25/ax25ipd.conf' 'etc/ax25/ax25mond.conf' 'etc/ax25/ax25rtd.conf')
asdil12 commented on 2013-06-02 20:34
@drwho: updated
drwho commented on 2013-06-02 19:05
The PKGBUILD file doesn't have a package() function, so when it's installed it results in an empty Arch package. I had to write my own to make it work. Here it is:
package() {
cd $srcdir/${pkgname}-0.0.8-rc2
make install DESTDIR=$pkgdir || return 1
make installconf DESTDIR=$pkgdir || return 1
}
maze commented on 2011-05-23 11:11
Please change the configure line to read:
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1