updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / python2-emf / PKGBUILD
blob6d0171200e41852e73faac7ee2bdd3201736ede2
1 #Maintainer: Gergely Imreh <imrehg(at)gmail(dot)com>
2 pkgname=python2-emf
3 _orig_name=pyemf
4 pkgver=2.0.0
5 pkgrel=1
6 pkgdesc="Pure Python2 module that provides bindings for an ECMA-234 compliant vector graphics library (ie. Enhanced Metafile)"
7 depends=('python2')
8 arch=('any')
9 url="http://pyemf.sourceforge.net/"
10 license=('GPL')
11 provides=('pyemf' 'python-emf')
12 source=("http://sourceforge.net/projects/pyemf/files/pyemf/2.0.0/pyemf-2.0.0.tar.gz")
13 build() {
14   cd "${srcdir}/${_orig_name}-${pkgver}"
15   python2 setup.py install --root "${pkgdir}" || return 1
17 md5sums=('9bc0ad58e0153eeb32604ddab216191a')