Skip to content

fix revert #1463: reanimate lost bees #1518

Merged
merged 1 commit into from Dec 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions 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
}
40 changes: 40 additions & 0 deletions 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
#}