6 pkgdesc="A Python wrapper for the Montage mosaicking software"
7 url="http://astrofrog.github.com/python-montage/"
10 depends=('python2' 'montage')
11 optdepends=('python-pyfits: For use of reproduction_hdu function')
12 makedepends=('python2' 'python2-distribute')
16 source=(https://github.com/downloads/astrofrog/$pkgname/$pkgname-$pkgver.tar.gz)
17 md5sums=('ffd96725c412286db010fbe06f6246f6')
20 cd $srcdir/$pkgname-$pkgver
21 python2 setup.py install --root=$pkgdir/ --prefix=/usr --optimize=1