dwdiff: update to 2.0.10.

This commit is contained in:
Christian Neukirchen 2015-03-16 10:59:08 +01:00
parent 39c9e848c0
commit 1b5ce25f4e
1 changed files with 7 additions and 7 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'dwdiff'
pkgname=dwdiff
version=2.0.9
revision=3
build_style=configure
version=2.0.10
revision=1
build_style=gnu-configure
makedepends="icu-devel"
depends="diffutils"
short_desc="Word-level diff(1)"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-3"
homepage="http://os.ghalkes.nl/dwdiff.html"
distfiles="http://os.ghalkes.nl/dist/${pkgname}-${version}.tgz"
checksum=c1c9217825ad3fac9936129cc26b73fa5479fb079e5c34522fc7066e74e31ef8
distfiles="http://os.ghalkes.nl/dist/${pkgname}-${version}.tar.bz2"
checksum=67c4b9fbbbf8ea25335a07c7f4107028649dcd04136a3904778c7a767b843f6f
do_configure() {
./configure --prefix=/usr
post_install() {
rm -rf ${DESTDIR}/usr/share/doc/dwdiff*
}