Skip to content

Add Xdelta 3.0.11 #519

Merged
merged 1 commit into from
Oct 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}"'