[arch-commits] CVS update of arch/build/lib/libevent (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Aug 17 19:57:07 UTC 2007


    Date: Friday, August 17, 2007 @ 15:57:07
  Author: tpowa
    Path: /home/cvs-arch/arch/build/lib/libevent

Modified: PKGBUILD (1.5 -> 1.6)

'upgpkg: update to new version'


----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


Index: arch/build/lib/libevent/PKGBUILD
diff -u arch/build/lib/libevent/PKGBUILD:1.5 arch/build/lib/libevent/PKGBUILD:1.6
--- arch/build/lib/libevent/PKGBUILD:1.5	Thu May 31 04:16:03 2007
+++ arch/build/lib/libevent/PKGBUILD	Fri Aug 17 15:57:07 2007
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD,v 1.5 2007/05/31 08:16:03 tpowa Exp $
+# $Id: PKGBUILD,v 1.6 2007/08/17 19:57:07 tpowa Exp $
 # Maintainer: Judd <jvinet at zeroflux.org>
 pkgname=libevent
-pkgver=1.3b
+pkgver=1.3d
 pkgrel=1
 pkgdesc="a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached"
+license=('GPL2')
 arch=(i686 x86_64)
 url="http://www.monkey.org/~provos/libevent/"
 depends=('glibc')
 source=(http://www.monkey.org/~provos/libevent-$pkgver.tar.gz)
-md5sums=('7fc864faee87dbe1ed5e34ab8787172c')
+options=(!libtool)
+md5sums=('664a429247e7737162bd667e166b2761')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }




More information about the arch-commits mailing list