[arch-commits] CVS update of arch/build/network/net-snmp (PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Jun 1 04:23:00 UTC 2007


    Date: Friday, June 1, 2007 @ 00:23:00
  Author: eric
    Path: /home/cvs-arch/arch/build/network/net-snmp

Modified: PKGBUILD (1.2 -> 1.3)

To do libtool slay, make use of !libtool option.


----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)


Index: arch/build/network/net-snmp/PKGBUILD
diff -u arch/build/network/net-snmp/PKGBUILD:1.2 arch/build/network/net-snmp/PKGBUILD:1.3
--- arch/build/network/net-snmp/PKGBUILD:1.2	Thu May 31 10:18:13 2007
+++ arch/build/network/net-snmp/PKGBUILD	Fri Jun  1 00:22:59 2007
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD,v 1.2 2007/05/31 14:18:13 tpowa Exp $
+# $Id: PKGBUILD,v 1.3 2007/06/01 04:22:59 eric Exp $
 # Maintainer: Dale Blount <dale at archlinux.org>
 
 pkgname=net-snmp
 pkgver=5.4
 pkgrel=1
+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/"
 depends=('openssl')
 provides=('ucd-snmp')
-pkgdesc="A suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6"
-arch=(i686 x86_64)
+options=('!libtool')
 source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz\
 	snmpd.rc)
-url="http://www.net-snmp.org/"
-md5sums=('46d893281056ff476e597659cb91574d'
-         '7b31f2f3b363a78c7659ece209c0ebf8')
+md5sums=('46d893281056ff476e597659cb91574d' '7b31f2f3b363a78c7659ece209c0ebf8')
 
 build() {
   export MAKEFLAGS="-j1"
@@ -24,6 +24,4 @@
   make || return 1
   make INSTALL_PREFIX=$startdir/pkg install
   install -D -m755 $startdir/src/snmpd.rc $startdir/pkg/etc/rc.d/snmpd || return 1
-  # libtoolslay
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }




More information about the arch-commits mailing list