1 # Contributor: Anton Leontiev <bunder /at/ t-25.ru>
5 pkgdesc="A tool to create highly compressed djvu files with ocr, metadata, and bookmarks"
7 url="http://code.google.com/p/djvubind/"
9 depends=("python" "djvulibre" "imagemagick" "tesseract")
10 makedepends=("python")
11 optdepends=("minidjvu: for higher black-and-white compression"
12 "cuneiform: an alternative OCR system")
13 source=(http://djvubind.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
14 md5sums=('90f90c60723581ee9f322e06ec77c2d2')
17 cd "$srcdir/$pkgname-$pkgver"
18 python3 ./setup.py install --root "$pkgdir"