Skip to content

Commit

Permalink
xdelta3: Add version 3.0.11
Browse files Browse the repository at this point in the history
Xdelta version 3 is a C library and command-line tool for delta
compression using VCDIFF/RFC 3284 streams.

AFAIK the algorithm is also used within git. There is also a
xdelta/xdelta1 binary around, thus the naming is rather ugly.

Homepage: http://xdelta.org/
  • Loading branch information
thomas committed Oct 23, 2017
1 parent f0dbf56 commit b2c6e3a
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions xdelta3.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION xdelta3-3.0.11-0
SRCURL[0]="https://github.com/jmacd/xdelta/archive/v${PKGVERSION}/xdelta-${PKGVERSION}.tar.gz"

# the archive also contains xdelta1, thus the slightly weird naming with xdelta/xdelta3
sourcesubdir_append xdelta3

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

# this 'patch'-operation bootstraps the build, afterwards bee happily uses 'autotools'
mee_patch_post() {
autoreconf -fi
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit b2c6e3a

Please sign in to comment.