1 # Contributor: Andrew Grigorev <andrew@ei-grad.ru>
7 pkgdesc="Advanced reporting engine that generates professional reports in PDF, HTML, CSV, and text formats from a simple XML definition language."
9 url="http://rlib.sicompos.com/"
11 source=(http://downloads.sourceforge.net/project/rlib/rlib/rlib-1.3.7/rlib-1.3.7.tar.gz)
12 md5sums=('06b3e629c6f99a8b2fd1264f32db8f56')
15 cd ${srcdir}/${pkgname}-${pkgver}
17 ./configure --prefix=/usr --enable-utf8 --enable-python --with-pythonver=2.7
19 make DESTDIR="${pkgdir}" install