updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pdfreflow / PKGBUILD
blobb0dc5f4f4fe65fd6d2f2775ebeeae0c4974f7e45
1 # Maintainer: Jakub Kozisek <nodevel at gmail dot com>
3 pkgname=pdfreflow
4 pkgver=0.8.6
5 pkgrel=1
6 pkgdesc="operates on the output of pdftohtml and reflows the texts into paragraphs."
7 arch=('any')
8 url="http://pdfreflow.sourceforge.net/"
9 license=('GPLv3')
10 makedepends=('gcc')
11 optdepends=('pdftohtml: for converting PDF files into HTML and XML formats')
12 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tgz)
14 build() {
15   cd $pkgname-$pkgver
16   ./configure --prefix=$pkgdir/usr
17   make
18   make install
20 md5sums=('4e6344d5cfcbee34a128c2ce5727d61c')