void-packages/srcpkgs/xdelta3/template

23 lines
710 B
Text
Raw Normal View History

2012-12-01 23:42:33 +00:00
# Template file for 'xdelta3'
pkgname=xdelta3
2013-05-17 04:33:48 +00:00
version=3.0.7
2012-12-01 23:42:33 +00:00
revision=1
build_style=gnu-configure
makedepends="liblzma-devel"
short_desc="Delta/differential compression tools, VCDIFF/RFC 3284 delta compression"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://code.google.com/p/xdelta/"
2013-05-17 04:33:48 +00:00
distfiles="http://xdelta.googlecode.com/files/xdelta3-${version}.tar.gz"
checksum=97e56a019be7f6c8d7e974dfe501fcf55d7ac97fe42165a172ed8c6b0e96f219
2012-12-01 23:42:33 +00:00
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
}
}