From 500aa8f798b21b01c238358d4fc4abd64c6ec53d Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 25 Feb 2020 12:39:17 +0100 Subject: [PATCH] itstool: update to 2.0.6 - be0ify - fixed SRCURL - update to 2.0.6 - burn in python with libxml2 to be removed later --- itstool-1.2.0-0.bee | 37 ------------------------------------- itstool.be0 | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100755 itstool-1.2.0-0.bee create mode 100755 itstool.be0 diff --git a/itstool-1.2.0-0.bee b/itstool-1.2.0-0.bee deleted file mode 100755 index 8e62600ba..000000000 --- a/itstool-1.2.0-0.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://files.itstool.org/itstool/itstool-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE=() - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/itstool.be0 b/itstool.be0 new file mode 100755 index 000000000..5fed55e41 --- /dev/null +++ b/itstool.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION itstool-2.0.6-0 + +# SRCURL[0]="http://files.itstool.org/itstool/itstool-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/4306eeba4f4aee6b393d14f9c3c57ca1/itstool-2.0.6.tar.bz2" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + PYTHON=/pkg/python-3.7.4-2/bin/python3 \ + bee_configure +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}