Skip to content
Permalink
update-mpfr-402
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
- libee is used by old rsyslogd removal is deadly
- updating libee fails due to dead SRCURL
- libfastjson is used by old rsyslogd
1 contributor

Users who have contributed to this file

40 lines (28 sloc) 567 Bytes
#!/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
#}