From 10f5bb6f4ed38681a4fdc218065f63a2e7e86bdd Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 6 Oct 2021 15:12:40 +0200 Subject: [PATCH] libxml++: add version 5.0.1 - add --- libxml++.be0 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 libxml++.be0 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 +#}