1 # Contributor: Andrea Agosti <cifvts at gmail.com>
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."
8 url="http://www.radlib.teel.ws/"
12 source=(http://downloads.sourceforge.net/radlib/$pkgname-$pkgver.tar.gz)
13 md5sums=('fdae18af1c1e74ac2e601980f03fe023')
16 cd ${srcdir}/${pkgname}-${pkgver}
17 ./configure --prefix=/usr --enable-sqlite
19 make DESTDIR=$pkgdir install