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
  • Loading branch information
wwwutz committed Oct 18, 2019
1 parent 8b6bb4f commit 6894763
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 84 deletions.
84 changes: 0 additions & 84 deletions net-snmp-5.7.3-0.bee

This file was deleted.

36 changes: 36 additions & 0 deletions net-snmp.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/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 \
--without-rpm \
--with-defaults
}

#mee_build() {
# bee_build
#}

mee_install() {
bee_install
find $D -name "perllocal.pod" -exec rm {} \;
}

0 comments on commit 6894763

Please sign in to comment.