#!/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 #}