[arch-commits] Commit in net-snmp/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Jun 3 02:47:45 UTC 2015


    Date: Wednesday, June 3, 2015 @ 04:47:45
  Author: fyan
Revision: 240265

upgpkg: net-snmp 5.7.3-2

perl 5.22 rebuild

Modified:
  net-snmp/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-03 02:40:38 UTC (rev 240264)
+++ PKGBUILD	2015-06-03 02:47:45 UTC (rev 240265)
@@ -4,7 +4,7 @@
 
 pkgname=net-snmp
 pkgver=5.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6"
 arch=('i686' 'x86_64')
 url="http://www.net-snmp.org/"
@@ -53,4 +53,12 @@
   install -D -m644 "${srcdir}/snmpd.service" "${pkgdir}/usr/lib/systemd/system/snmpd.service"
   install -D -m644 "${srcdir}/snmptrapd.service" "${pkgdir}/usr/lib/systemd/system/snmptrapd.service"
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
 }



More information about the arch-commits mailing list