# Description: Pure-python implementation of the git file formats and protocols # URL: http://www.samba.org/~jelmer/dulwich/ # Maintainer: markus schnalke, meillo at marmaro dot de # Depends on: python # License: GPL name=python-dulwich version=0.8.0 release=1 source=(http://www.samba.org/~jelmer/dulwich/dulwich-$version.tar.gz) build() { cd dulwich-$version python setup.py install --root=$PKG find $PKG -name '*egg-info' | xargs rm -rf }