From 55a91cbe28836c262eaf46b7beb34524fdee06ab Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 30 Sep 2019 15:06:06 +0200 Subject: [PATCH] libcgroup: fix bee filename - via be0ify --- libcgroup-0.38-0.x86_64.bee | 37 ------------------------------------- libcgroup.be0 | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100755 libcgroup-0.38-0.x86_64.bee create mode 100755 libcgroup.be0 diff --git a/libcgroup-0.38-0.x86_64.bee b/libcgroup-0.38-0.x86_64.bee deleted file mode 100755 index cc1f02a94..000000000 --- a/libcgroup-0.38-0.x86_64.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://downloads.sourceforge.net/project/libcg/libcgroup/v.038/libcgroup-${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/libcgroup.be0 b/libcgroup.be0 new file mode 100755 index 000000000..a42532ce3 --- /dev/null +++ b/libcgroup.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libcgroup-0.38-1 + +# more info: https://foo.bar.com + +SRCURL[0]="https://downloads.sourceforge.net/project/libcg/libcgroup/v.${PKGVERSION/./}/libcgroup-${PKGVERSION}.tar.bz2" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}