From 34e6c976d28892a7bd3f7578f10fcfa57865472f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Dec 2011 23:15:05 +0000 Subject: Thu Dec 22 23:15:04 UTC 2011 --- community/rapidsvn/PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'community/rapidsvn') diff --git a/community/rapidsvn/PKGBUILD b/community/rapidsvn/PKGBUILD index 75060d618..b592275ff 100644 --- a/community/rapidsvn/PKGBUILD +++ b/community/rapidsvn/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 59187 2011-11-21 14:15:46Z spupykin $ +# $Id: PKGBUILD 61057 2011-12-21 11:53:59Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Angel 'angvp' Velasquez # Contributor: AqD @@ -6,22 +6,25 @@ pkgname=rapidsvn pkgver=0.12.0 -pkgrel=3 +pkgrel=5 pkgdesc="A cross-platform GUI front-end for the Subversion revision system written in C++ using the wxWidgets framework." url='http://rapidsvn.tigris.org/' arch=('i686' 'x86_64') license=('GPL') options=('!libtool') depends=('subversion' 'wxgtk') -makedepends=('python2') -source=(http://www.rapidsvn.org/download/release/0.12/rapidsvn-$pkgver-1.tar.gz +makedepends=('python2' 'automake' 'libtool') +#source=(http://www.rapidsvn.org/download/release/0.12/rapidsvn-$pkgver-1.tar.gz +source=(http://arch.p5n.pp.ru/~sergej/dl/rapidsvn-$pkgver-1svn20111221.tar.bz2 $pkgname.desktop) -md5sums=('8ec54104fca32d81e396a68e25324263' +md5sums=('042173c66e980ac0773579accdcca92f' '349e6d9729f88868902611bb1172f134') build() { cd $srcdir/$pkgname-$pkgver-1 + ./autogen.sh + sed -i 's#src/tests/svncpp/Makefile##' configure [ "$NOEXTRACT" == 1 ] || ./configure --prefix=/usr --with-apu-config="`which apu-1-config`" --with-apr-config="`which apr-1-config`" -- cgit v1.2.3-54-g00ecf