net-snmp: update to 5.7.3.

This commit is contained in:
Juan RP 2014-12-21 11:54:14 +01:00
parent cf5316563a
commit 1ac0f4fe98
2 changed files with 3 additions and 5 deletions

View file

@ -995,6 +995,7 @@ libnetsnmp.so.30 libnet-snmp-5.7.1_1
libnetsnmpagent.so.30 libnet-snmp-5.7.1_1
libnetsnmpmibs.so.30 libnet-snmp-5.7.1_1
libnetsnmptrapd.so.30 libnet-snmp-5.7.1_1
libnetsnmphelpers.so.30 libnet-snmp-5.7.3_1
libieee1284.so.3 libieee1284-0.2.10_1
libsane.so.1 libsane-1.0.22_1
libfltk.so.1.3 fltk-1.3.0_1

View file

@ -1,6 +1,6 @@
# Template build file for 'net-snmp'.
pkgname=net-snmp
version=5.7.2.1
version=5.7.3
revision=1
hostmakedepends="pkg-config unzip"
makedepends="bzip2-devel libressl-devel libnl-devel pciutils-devel"
@ -10,7 +10,7 @@ homepage="http://www.net-snmp.org/"
license="BSD"
# tar.gz is broken, use zip instead
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.zip"
checksum=ac9105539971f7cfb1456a86d479e18e8a8b3712212595ad40504347ba5843da
checksum=e8dfc79b6539b71a6ff335746ce63d2da2239062ad41872fff4354cafed07a3e
do_configure() {
./configure ${configure_args} --enable-ucd-snmp-compatibility \
@ -21,11 +21,9 @@ do_configure() {
--with-persistent-directory=/var/net-snmp --disable-static \
--without-python --without-perl
}
do_build() {
make ${makejobs} NETSNMP_DONT_CHECK_VERSION=1
}
do_install() {
make DESTDIR=${DESTDIR} INSTALL_PREFIX=${DESTDIR} INSTALLDIRS=vendor install
}
@ -36,7 +34,6 @@ libnet-snmp_package() {
vmove "usr/lib/*.so.*"
}
}
net-snmp-devel_package() {
depends="libnet-snmp>=${version}_${revision}"
short_desc+=" - development files"