Skip to content

Commit

Permalink
rrdtool: remove language bindings
Browse files Browse the repository at this point in the history
- used to write into package-private folders
  • Loading branch information
wwwutz committed Sep 14, 2020
1 parent 6a37bf7 commit 5fa731e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rrdtool.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION rrdtool-1.6.0-2
# 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"
Expand All @@ -27,8 +27,11 @@ mee_configure() {
# checking if msync with MS_ASYNC updates the files mtime... (cached) yes
rd_cv_ms_async=ok \
bee_configure \
--enable-perl-site-install \
--disable-perl-site-install \
--disable-ruby \
--disable-perl \
--disable-python \
--disable-lua \
--without-systemdsystemunitdir

}
Expand All @@ -40,6 +43,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}
mee_install_post() {
rm -rv ${D}/usr/local/lib/perl5/5.12.1
}

0 comments on commit 5fa731e

Please sign in to comment.