2014-07-01 14:56:34 +02:00
|
|
|
# Template file for 'dwdiff'
|
|
|
|
pkgname=dwdiff
|
2015-03-16 10:59:08 +01:00
|
|
|
version=2.0.10
|
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
2014-07-02 21:43:29 +02:00
|
|
|
makedepends="icu-devel"
|
2014-07-01 14:56:34 +02:00
|
|
|
depends="diffutils"
|
|
|
|
short_desc="Word-level diff(1)"
|
|
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://os.ghalkes.nl/dwdiff.html"
|
2015-03-16 10:59:08 +01:00
|
|
|
distfiles="http://os.ghalkes.nl/dist/${pkgname}-${version}.tar.bz2"
|
|
|
|
checksum=67c4b9fbbbf8ea25335a07c7f4107028649dcd04136a3904778c7a767b843f6f
|
2014-07-02 21:43:29 +02:00
|
|
|
|
2015-03-16 10:59:08 +01:00
|
|
|
post_install() {
|
|
|
|
rm -rf ${DESTDIR}/usr/share/doc/dwdiff*
|
2014-07-02 21:43:29 +02:00
|
|
|
}
|