# $Id: PKGBUILD 69754 2012-04-23 09:14:53Z ibiru $ # Maintainer: Sergej Pupykin pkgname=dwdiff pkgver=2.0 pkgrel=2 pkgdesc="A front-end for the diff program that operates at the word level instead of the line level" arch=('i686' 'x86_64') url="http://os.ghalkes.nl/dwdiff.html" depends=('diffutils' 'icu') license=('GPL') source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz") md5sums=('98dd16b58a1f136a2cd49f7dd88c5313') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" make prefix="$pkgdir"/usr install }