diff options
author | root <root@rshg054.dnsready.net> | 2011-12-22 23:15:05 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-22 23:15:05 +0000 |
commit | 34e6c976d28892a7bd3f7578f10fcfa57865472f (patch) | |
tree | c3bd6b5146aa6393df096632e92c57d0fcd4e85a /community/rapidsvn/PKGBUILD | |
parent | 69d24275e4d5296a5f02e4c4d0fc438a80d159b8 (diff) |
Thu Dec 22 23:15:04 UTC 2011
Diffstat (limited to 'community/rapidsvn/PKGBUILD')
-rw-r--r-- | community/rapidsvn/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
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 <pupykin.s+arch@gmail.com> # Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: AqD <aquila.deus@gmail.com> @@ -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`" |