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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Aug 5 20:14:41 UTC 2007


    Date: Sunday, August 5, 2007 @ 16:14:41
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/lib/wvstreams

Modified: PKGBUILD (1.17 -> 1.18)

updatepkg 4.4


----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)


Index: arch/build/lib/wvstreams/PKGBUILD
diff -u arch/build/lib/wvstreams/PKGBUILD:1.17 arch/build/lib/wvstreams/PKGBUILD:1.18
--- arch/build/lib/wvstreams/PKGBUILD:1.17	Wed Jun 13 08:39:54 2007
+++ arch/build/lib/wvstreams/PKGBUILD	Sun Aug  5 16:14:41 2007
@@ -1,22 +1,19 @@
-# $Id: PKGBUILD,v 1.17 2007/06/13 12:39:54 andyrtr Exp $
+# $Id: PKGBUILD,v 1.18 2007/08/05 20:14:41 andyrtr Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=wvstreams
-pkgver=4.3
+pkgver=4.4
 pkgrel=1
 pkgdesc="A network programming library written in C++"
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('zlib' 'openslp' 'pam' 'xplc' 'db>=4.5')
-source=(http://alumnit.ca/download/${pkgname}-${pkgver}.tar.gz
-	wvstreams-4.3-64bit.patch)
+source=(http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
 url="http://open.nit.ca/wiki/?page=WvStreams"
-md5sums=('eb34544384c951fd14470d583273e02a'
-         'b3e08e99de6c41b2078129630d8c62e0')
+md5sums=('441c85c2347e118965e47124b0c867ff')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   if [ "$CARCH" = "x86_64" ]; then
-    patch -Np1 -i ${startdir}/src/wvstreams-4.3-64bit.patch || return 1 
     export CFLAGS="$CFLAGS -fPIC"
   fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \




More information about the arch-commits mailing list