updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / ax25-tools / PKGBUILD
blob554defd3ce43977412825fb9eb765875c09dedbc
1 # Contributor: Gordon JC Pearce <gordon@gjcp.net>
2 # From the comment by Chuck Atkins <chuckatkins@gmail.com>
3 pkgname=ax25-tools
4 pkgver=0.0.10_rc2
5 pkgrel=1
6 pkgdesc="The network tools to configure hamradio interfaces and some of the hamradio specific network daemons"
7 arch=('i686' 'x86_64')
8 url='http://www.linux-ax25.org'
9 license=('GPL2')
10 makedepends=('make' 'libax25')
11 source=(http://www.linux-ax25.org/pub/${pkgname}/${pkgname}-0.0.10-rc2.tar.gz
12         ax25.patch)
13 build() {
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
19 #make clean
20 make || return 1
21 make install DESTDIR=$startdir/pkg || return 1
22 make installconf DESTDIR=$startdir/pkg || return 1
24 md5sums=('49fa349d1df4e2d1d2167254e2842124'
25          'a85b6ec64b876bddc508ee9dbdea6b1c')