updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git] / rvm / PKGBUILD
blob81490f429c0ba6bab1c42b4fbf2d500fb5e93165
1 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
2 # Contributor: William Rea <sillywilly@gmail.com>
3 # Contributor: Karol Maciaszek <karol.maciaszek@gmail.com>
4 # Contributor: wooptoo <wooptoo@gmail.com>
6 pkgname=rvm
7 pkgver=1.17
8 pkgrel=1
9 arch=('i686' 'x86_64')
10 pkgdesc="Recoverable Virtual Memory library for CODA"
11 url="http://www.coda.cs.cmu.edu/"
12 options=(!libtool)
13 license=('GPL')
14 depends=(lwp)
15 makedepends=()
16 source=(http://www.coda.cs.cmu.edu/pub/$pkgname/src/$pkgname-$pkgver.tar.gz)
17 md5sums=(208486ed214c254280a6c23f8f5599bd)
19 build() {
20         cd $startdir/src/$pkgname-$pkgver
21         ./configure --prefix=/usr
22         make || return 1
23         make DESTDIR=$startdir/pkg install