updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / radlib / PKGBUILD
blob9e3d0261e79c939915a5a60f66a9b8db7f7b05f9
1 # Contributor: Andrea Agosti <cifvts at gmail.com>
3 pkgname=radlib
4 pkgver=2.11.3
5 pkgrel=1
6 pkgdesc="radlib is a C language library developed to abstract details of interprocess communications and common linux/unix system facilities so that application developers can concentrate on application solutions."
7 arch=('i686' 'x86_64')
8 url="http://www.radlib.teel.ws/"
9 #depends=('' '')
10 #makedepends=('')
11 license=('BSD')
12 source=(http://downloads.sourceforge.net/radlib/$pkgname-$pkgver.tar.gz)
13 md5sums=('fdae18af1c1e74ac2e601980f03fe023')
15 build() {
16         cd ${srcdir}/${pkgname}-${pkgver}
17         ./configure --prefix=/usr --enable-sqlite
18         make || return 1
19         make DESTDIR=$pkgdir install