1 # Contributor: Gordon JC Pearce <gordon@gjcp.net>
2 # From the comment by Chuck Atkins <chuckatkins@gmail.com>
6 pkgdesc="The network tools to configure hamradio interfaces and some of the hamradio specific network daemons"
8 url='http://www.linux-ax25.org'
10 makedepends=('make' 'libax25')
11 source=(http://www.linux-ax25.org/pub/${pkgname}/${pkgname}-0.0.10-rc2.tar.gz
14 cd $srcdir/${pkgname}-0.0.10-rc2
15 # comment out the line below to leave off the PID file generation
17 patch -Np0 -i "${srcdir}/ax25.patch" || return 1
18 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
21 make install DESTDIR=$startdir/pkg || return 1
22 make installconf DESTDIR=$startdir/pkg || return 1
24 md5sums=('49fa349d1df4e2d1d2167254e2842124'
25 'a85b6ec64b876bddc508ee9dbdea6b1c')