1 # Original Contributor: Archie <xMickael@ifrance.com>
2 # Maintainer : Anish Bhatt <anish[removethis][at]gatech[dot]edu>
8 pkgdesc="Phatch is a simple to use cross-platform GUI Photo Batch Processor."
9 depends=('python2' 'wxpython' 'python-imaging' 'mlocate')
10 optdepends=('python-nautilus' 'pyexiv2')
11 arch=('i686' 'x86_64')
14 source=("http://photobatch.stani.be/download/package/${pkgname}-${pkgver}.tar.gz" )
16 url="http://photobatch.stani.be"
17 md5sums=('c0638bcc6510d340c03c40ddfb0a0c2f' )
18 install='phatch.install'
21 cd ${startdir}/src/${pkgname}-${pkgmajorv}
22 python2 setup.py install --root=${startdir}/pkg/ || return 1