contrib/xdelta3/Pkgfile

17 lines
389 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/
2023-08-06 19:39:55 +02:00
# Maintainer: unmaintained
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() {
2023-08-06 19:39:55 +02:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2013-11-25 14:51:52 +01:00
}