updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / rapache / PKGBUILD
blobaf7f4efef83340eae8bf7f167b795af5e98b3ae7
1 # Contributor: Florian Breitwieser <florian.bw_at_gmail.com
3 pkgname=rapache
4 pkgver=1.1.14
5 pkgrel=3
6 pkgdesc="Web Application Development with R and Apache"
7 arch=('i686' 'x86_64')
8 url="http://biostat.mc.vanderbilt.edu/rapache/index.html"
9 license=('GPL')
10 depends=('apache' 'r' 'perl-libapreq2')
11 makedepends=('make' 'intltool>=0.35' 'pkgconfig>=0.9')
12 install=${pkgname}.install
13 source=(http://biostat.mc.vanderbilt.edu/svn/rapache/web/files/$pkgname-$pkgver.tar.gz)
14 md5sums=('ffc1a1a33938c0bebac2f887fbe4da46')
17 build() {
18   cd "${srcdir}/${pkgname}-${pkgver}"
19   ./configure   --prefix=/usr --with-apache2-apxs=/usr/sbin/apxs
20   make || return 1
21   install -m 644 -D .libs/mod_R.so $pkgdir/usr/lib/httpd/modules/mod_R.so || return 1