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