contrib/xdelta3/Pkgfile

17 lines
410 B
Plaintext
Raw Normal View History

2013-11-25 14:51:52 +01:00
# Description: A binary diff tool that uses the VCDIFF (RFC 3284) format and compression.
# URL: http://xdelta.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2013-11-25 14:51:52 +01:00
# Depends on: xz
name=xdelta3
2020-06-12 11:05:17 +02:00
version=3.1.0
2013-11-25 14:51:52 +01:00
release=1
2020-06-12 11:05:17 +02:00
source=(https://github.com/jmacd/xdelta-gpl/releases/download/v$version/$name-$version.tar.gz)
2013-11-25 14:51:52 +01:00
build() {
cd $name-$version
2015-12-20 17:01:43 +01:00
./configure --prefix=/usr
2013-11-25 14:51:52 +01:00
make
make DESTDIR=$PKG install
}