1 # Maintainer: Joao Cordeiro <jlcordeiro at gmail dot com>
2 # Contributor: Megan Macinkowicz <violagirl23@gmail.com>
7 pkgdesc="LibMTP bindings in Python"
9 url="http://nick125.com/projects/pymtp/"
11 depends=('libmtp>=0.2.6' 'python2')
13 source=(http://downloads.nick125.com/projects/pymtp/pymtp-latest.tar.bz2)
14 md5sums=('5eff39cbcc2e073228df04fe1ab1fce8')
18 cd $srcdir/$pkgname-$pkgver
19 python2 setup.py build
20 python2 setup.py install --root=$pkgdir/