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 +#}