updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python-cnotmuch / PKGBUILD
blobea852bed13613cfa9b1feb52e5fb1a0dba2d19a1
1 # $Id$
2 # Maintainer: Sebastien Binet <binet@lblbox>
3 pkgname=python-cnotmuch
4 pkgver=0.2.2
5 pkgrel=1
6 pkgdesc="Python binding of the notmuch mail search and indexing library."
7 url="http://bitbucket.org/spaetz/cnotmuch"
8 arch=('i686' 'x86_64')
9 license=('GPL3')
10 depends=('python' 'notmuch')
11 makedepends=()
12 conflicts=()
13 replaces=()
14 backup=()
15 install=
16 source=(http://pypi.python.org/packages/source/c/cnotmuch/cnotmuch-$pkgver.tar.gz)
17 md5sums=('f4c7ff1885590475406828c4e00a2819')
19 build() {
20   cd $startdir/src/cnotmuch-$pkgver
21   python setup.py build || return 1
22   python setup.py install --prefix=/usr --root=$pkgdir || return 1