# $Id: PKGBUILD 41784 2009-06-07 11:35:29Z douglas $ # Maintainer: Douglas Soares de Andrade # Contributor: Jason Chu pkgname=subversion pkgver=1.6.2 pkgrel=6 pkgdesc="Replacement for CVS, another versioning system (svn)" arch=(arm) license=('apache' 'bsd') depends=('apr-util>=1.3.2-2') #maybe more source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2) url="http://subversion.tigris.org/" provides=('svn') options=('!makeflags' '!libtool') md5sums=('ebb1cecd313533ca0876f9bfc86bd5d9') build() { cd $startdir/src/${pkgname}-${pkgver} ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr --with-zlib=/usr --with-neon=/usr --with-sqlite=/usr make make DESTDIR=$startdir/pkg install || return 1 }