Skip to content

Commit

Permalink
net-snmp: update to 5.8
Browse files Browse the repository at this point in the history
- get rid of rpm.so dependency
- disable perl module build
- implies disabling embedded perl in snmpd
- disabled other fancy stuff
  • Loading branch information
wwwutz committed Oct 18, 2019
1 parent 8b6bb4f commit 1225656
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 84 deletions.
84 changes: 0 additions & 84 deletions net-snmp-5.7.3-0.bee

This file was deleted.

40 changes: 40 additions & 0 deletions net-snmp.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#!/usr/bin/env beesh

# BEE_VERSION net-snmp-5.8-0

# more info: https://net-snmp.org

SRCURL[0]="http://downloads.sourceforge.net/project/net-snmp/net-snmp/${PKGVERSION}/net-snmp-${PKGVERSION}.tar.gz"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
--with-defaults \
--with-rpm=no \
--with-mysql=no \
--disable-embedded-perl \
--with-perl-modules=no \
--with-python-modules=no \
--with-systemd=no
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 1225656

Please sign in to comment.