1 # $Id: PKGBUILD 119532 2011-04-11 21:19:22Z angvp $
2 # Maintainer: Angel Velasquez <angvp@archlinux.org>
3 # Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
4 # Contributor: Jeff 'codemac' Mickey <jeff@archlinux.org>
5 # Contributor: Dan McGee <dpmcgee@gmail.com>
10 pkgdesc="A modern distributed version control system, like hg, darcs, or git"
11 arch=('i686' 'x86_64')
12 url="http://www.monotone.ca"
14 depends=('pcre' 'lua' 'sqlite3' 'libidn' 'zlib')
16 install=${pkgname}.install
17 source=(http://www.monotone.ca/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2
18 http://files.randombit.net/botan/Botan-${_botan_pkgver}.tgz
22 cd ${srcdir}/Botan-${_botan_pkgver}
23 sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' configure.py
30 cd "${srcdir}/${pkgname}-${pkgver}"
31 patch -p0 <${srcdir}/rcs_file.cc.patch
32 botan_LIBS="${srcdir}/Botan-${_botan_pkgver}/libbotan.a -lrt" botan_CFLAGS="-I${srcdir}/Botan-${_botan_pkgver}/build/include" ./configure --prefix=/usr --sysconfdir=/etc
37 cd "${srcdir}/${pkgname}-${pkgver}"
38 MAKEFLAGS="-j1" make DESTDIR="${pkgdir}" install
39 install -Dm644 contrib/monotone.zsh_completion \
40 "${pkgdir}/usr/share/zsh/site-functions/monotone"
43 md5sums=('6a0b5d8560f08d76a950172f9ed0feff'
44 '3602af0851e542c58a736d25f45fce45'
45 'b85f9bf6001dddd09cf218d3af061a6e')
46 sha1sums=('aac556bb26d92910b74b65450a0be6c5045e2052'
47 'b74072995641ad0ed9b55f0710dd17edcf46ad85'
48 '66f0bf0f62dd30bfab3b9754efe99c0d063f1bc4')
49 sha256sums=('5c530bc4652b2c08b5291659f0c130618a14780f075f981e947952dcaefc31dc'
50 '23bf62d297bfa37e9b23b73ef1f8ddd809c0a0ac0b84bc2aa776667e021ebe40'
51 'cfe78dd325a518c6e2a42efa1d1d0a0fad909e05eb5027305b9b87135b36969e')
52 sha384sums=('6265e57f52b99b14dd4aa8e30899a1914d967386a12196764f02a5e8e7242ff9a4c46ebb3aff7d1101e7f1ba76431c08'
53 '8da8c311885a85a08dc57a8621810bff68de52695af9c3444c88397fa6d1bdccd9a305096774efa4a08b9dbc2018d72c'
54 '25468473cdf6b4d16b4da323857fe4235814b29c10571e890645530e6f08963d89edbee9f29539bbf321d3c2d632d0ac')
55 sha512sums=('85f5a015ee3f7a924e16b7f20974cadd18bd6aaf2815eca0da42689373fc654c661051ce6981ec473f9eac7f9796cfed3431f0cfe16d1cbe0b0b625302ef3e77'
56 '1119cfe93c7edc389c27e624f03de66ec5aed4f7bf233cdbdb12e3b2aa255e68060e683bdce511a9ab9c24d7944ab7bdcddf0b24b45fe70a5d47e7f1a9e7aaeb'
57 'e9517f7a4ca1ad3a21e1568af21367284e962f195c9249a3de123eb06fe62b2dcc606016950bca35e3382ae36db734e6ff8cd99a93e08c13475a774090360e7d')