Skip to content

Update rrdtool #75

Merged
merged 2 commits into from
Jul 26, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions rrdtool-1.4.8-2.bee → rrdtool.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env beesh

# BEE_VERSION rrdtool-1.6.0-0
SRCURL[0]="http://www.mrtg.org/rrdtool/pub/rrdtool-${PKGVERSION}.tar.gz"

PATCHURL[0]=""
Expand All @@ -21,7 +21,9 @@ build_in_sourcedir
#}

mee_configure() {
bee_configure --enable-perl-site-install
bee_configure \
--enable-perl-site-install \
--without-systemdsystemunitdir
}

#mee_build() {
Expand Down