updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / libax25 / PKGBUILD
blob6975a593d9c3e2922823c3f59c11fbbc388b1e7c
1 # Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
2 # Updated by: Chuck Atkins <chuckatkins@gmail.com>
4 pkgname=libax25
5 pkgver=0.0.12_rc2
6 pkgrel=1
7 pkgdesc="A library containing a set of functions making it easier to write hamradio programs including support for the AX.25, ROSE, and NETROM protocols."
8 arch=('i686' 'x86_64')
9 url="http://www.linux-ax25.org"
10 license=('LGPL2')
11 makedepends=('make' 'libtool')
12 depends=('glibc')
13 source=(http://www.linux-ax25.org/pub/${pkgname}/${pkgname}-${pkgver//_/-}.tar.gz)
14 install=${pkgname}.install
15 md5sums=('e399552ac89381d6e16fd295ce03ab58')
16 sha256sums=('3fd272181a7a135ab8b44aa1e42be6c3065deb53335858fa23a0f59d126b65e3')
18 build() {
19         cd ${srcdir}/${pkgname}-${pkgver//_/-}
20         ./configure --prefix=/usr --sysconfdir=/etc || return 1
21         make || return 1
22         make install DESTDIR=${pkgdir} || return 1
23         make installconf DESTDIR=${pkgdir} || return 1