diff --git a/libxml++.be0 b/libxml++.be0 new file mode 100755 index 000000000..424e3bc28 --- /dev/null +++ b/libxml++.be0 @@ -0,0 +1,33 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libxml++-5.0.1-0 + +# SRCURL[0]="https://download-fallback.gnome.org/sources/libxml%2B%2B/5.0/libxml%2B%2B-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/b95f8c7cd1068bd7b88111340aba6238/libxml%2b%2b-5.0.1.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure \ + --disable-documentation +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#}