6 pkgdesc="A graphical frontend for Sane intended mainly for usage with ADF scanners"
8 url="http://eikazo.berlios.de/"
10 depends=('python' 'pygtk' 'pil-sane')
11 source=(http://download.berlios.de/$pkgname/Eikazo-$pkgver.tar.gz)
12 md5sums=(4fcfd8ee838ff32fc71ecfa7e49bffea)
18 python setup.py build || return 1
19 python setup.py install --root=${pkgdir} || return 1