2 # Maintainer: Sebastien Binet <binet@lblbox>
3 pkgname=python-cnotmuch
6 pkgdesc="Python binding of the notmuch mail search and indexing library."
7 url="http://bitbucket.org/spaetz/cnotmuch"
10 depends=('python' 'notmuch')
16 source=(http://pypi.python.org/packages/source/c/cnotmuch/cnotmuch-$pkgver.tar.gz)
17 md5sums=('f4c7ff1885590475406828c4e00a2819')
20 cd $startdir/src/cnotmuch-$pkgver
21 python setup.py build || return 1
22 python setup.py install --prefix=/usr --root=$pkgdir || return 1