Skip to content

Commit

Permalink
Merge pull request #519 from mariux64/add-xdelta3-3.0.11
Browse files Browse the repository at this point in the history
Add Xdelta 3.0.11
  • Loading branch information
pmenzel authored Oct 23, 2017
2 parents f0dbf56 + b2c6e3a commit f0b53eb
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 f0b53eb

Please sign in to comment.