-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #519 from mariux64/add-xdelta3-3.0.11
Add Xdelta 3.0.11
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}"' |