Skip to content
Permalink
master
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
 
 
Cannot retrieve contributors at this time
executable file 45 lines (33 sloc) 847 Bytes
#!/usr/bin/env beesh
# BEE_VERSION rrdtool-1.6.0-4
# SRCURL[0]="http://www.mrtg.org/rrdtool/pub/rrdtool-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/4ff52cc44b935b02d2742e6875094da5/rrdtool-1.6.0.tar.gz"
# PATCHURL[0]=""
# BEE_CONFIGURE=compat
# BEE_BUILDTYPE=
build_in_sourcedir
#mee_extract() {
# bee_extract ${@}
#}
#mee_patch() {
# bee_patch ${@}
#}
mee_configure() {
# force msync check to be skipped:
# checking if msync with MS_ASYNC updates the files mtime... (cached) yes
rd_cv_ms_async=ok \
bee_configure \
--disable-perl-site-install \
--disable-ruby \
--disable-perl \
--disable-python \
--disable-lua \
--without-systemdsystemunitdir \
--disable-libwrap
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}