dwdiff: fix cross builds.

This commit is contained in:
Juan RP 2014-07-02 21:43:29 +02:00
parent e1a83853c4
commit 44c86a5efc

View File

@ -3,12 +3,16 @@ pkgname=dwdiff
version=2.0.9
revision=1
build_style=configure
make_install_args="prefix=/usr"
makedepends="which icu-devel"
hostmakedepends="which"
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"
distfiles="http://os.ghalkes.nl/dist/${pkgname}-${version}.tgz"
checksum=c1c9217825ad3fac9936129cc26b73fa5479fb079e5c34522fc7066e74e31ef8
do_configure() {
./configure --prefix=/usr
}