17 lines
495 B
Bash
17 lines
495 B
Bash
# Template file for 'dwdiff'
|
|
pkgname=dwdiff
|
|
version=2.1.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
makedepends="icu55-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}.tar.bz2"
|
|
checksum=45308f2f07c08c75c6ebd1eae3e3dcf7f836e5af1467cefc1b4829777c07743a
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/doc/dwdiff*
|
|
}
|