updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python-dulwich / PKGBUILD
blob49b72728184ed5e00cc380c61880afbed4f93eea
1 # Maintainer: Christoph Kappel <chkappel@gmail.com>
2 # Contributor: Alessandro Nakamuta <alessandro dot ufms at gmail dot com>
3 # Contributor: Lukas Linhart <bugs@almad.net>
5 pkgname=python-dulwich
6 pkgver=0.8.2
7 pkgrel=1
8 pkgdesc="Dulwich is a pure-Python implementation of the Git file formats and protocols."
9 arch=('i686' 'x86_64')
10 url='http://samba.org/~jelmer/dulwich/'
11 license=('GPL2')
12 depends=('python2')
13 makedepends=('python2-distribute')
14 source=("http://samba.org/~jelmer/dulwich/dulwich-$pkgver.tar.gz")
15 md5sums=('896348682ba7e07b3f916332b97052be')
17 build() {
18   cd "$srcdir/dulwich-$pkgver"
20   python2 setup.py install --root="$pkgdir/" --optimize=1