# Template file for 'xdelta3' pkgname=xdelta3 version=3.0.7 revision=1 build_style=gnu-configure makedepends="liblzma-devel" short_desc="Delta/differential compression tools, VCDIFF/RFC 3284 delta compression" maintainer="Juan RP " license="GPL-2" homepage="http://code.google.com/p/xdelta/" distfiles="http://xdelta.googlecode.com/files/xdelta3-${version}.tar.gz" checksum=97e56a019be7f6c8d7e974dfe501fcf55d7ac97fe42165a172ed8c6b0e96f219 long_desc=" Xdelta is a tool and library for differential compression. Xdelta release version 3 supports VCDIFF encoding and decoding. Supports compressing 64 bit files on Windows, Linux, etc." xdelta3_package() { pkg_install() { vmove usr } }