Skip to content

Commit

Permalink
libfastjson: add version 0.99.8
Browse files Browse the repository at this point in the history
- rsyslog says so
  • Loading branch information
wwwutz committed Nov 4, 2019
1 parent ad5ce8f commit 49a395a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions libfastjson.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION libfastjson-0.99.8-0

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

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 49a395a

Please sign in to comment.