Skip to content
Permalink
update-libxslt…
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
- used to write into package-private folders
1 contributor

Users who have contributed to this file

executable file 45 lines (32 sloc) 820 Bytes
#!/usr/bin/env beesh
# BEE_VERSION rrdtool-1.6.0-3
# 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
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}