From 2143df7aaef4dcdd1431d7365effe9237dcefbab Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 4 Dec 2019 13:38:12 +0100 Subject: [PATCH] fix revert #1463: reanimate lost bees - libee is used by old rsyslogd removal is deadly - updating libee fails due to dead SRCURL - libfastjson is used by old rsyslogd --- libee-0.1.0-1.bee | 8 ++++++++ libfastjson.be0 | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100755 libee-0.1.0-1.bee create mode 100644 libfastjson.be0 diff --git a/libee-0.1.0-1.bee b/libee-0.1.0-1.bee new file mode 100755 index 000000000..693a80409 --- /dev/null +++ b/libee-0.1.0-1.bee @@ -0,0 +1,8 @@ +#!/bin/env beesh + +SRCURL[0]="http://www.libee.org/files/download/libee-0.1.0.tar.gz" + + +mee_install_post() { + mv ${D}${SBINDIR}/{,libee-}convert +} diff --git a/libfastjson.be0 b/libfastjson.be0 new file mode 100644 index 000000000..1acf68ae3 --- /dev/null +++ b/libfastjson.be0 @@ -0,0 +1,40 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libfastjson-0.99.8-1 + +# rsyslog dependency + +SRCURL[0]="https://github.com/rsyslog/libfastjson/archive/v${PKGVERSION}.tar.gz ${PKGNAME}-${PKGFULLVERSION}.tar.gz" + +# PATCHURL+=() + +build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + autoreconf -fvi + bee_configure \ + --disable-shared +# PS1='xxx ' bash -norc +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}