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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Aug 5 20:22:33 UTC 2007


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

Modified: PKGBUILD (1.18 -> 1.19)

fixed deps


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


Index: arch/build/lib/wvstreams/PKGBUILD
diff -u arch/build/lib/wvstreams/PKGBUILD:1.18 arch/build/lib/wvstreams/PKGBUILD:1.19
--- arch/build/lib/wvstreams/PKGBUILD:1.18	Sun Aug  5 16:14:41 2007
+++ arch/build/lib/wvstreams/PKGBUILD	Sun Aug  5 16:22:32 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.18 2007/08/05 20:14:41 andyrtr Exp $
+# $Id: PKGBUILD,v 1.19 2007/08/05 20:22:32 andyrtr Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=wvstreams
 pkgver=4.4
@@ -6,7 +6,7 @@
 pkgdesc="A network programming library written in C++"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('zlib' 'openslp' 'pam' 'xplc' 'db>=4.5')
+depends=('zlib' 'openslp' 'pam' 'xplc' 'db>=4.5' 'openssl' 'readline')
 source=(http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
 url="http://open.nit.ca/wiki/?page=WvStreams"
 md5sums=('441c85c2347e118965e47124b0c867ff')
@@ -18,7 +18,7 @@
   fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
     --without-gtk --without-vorbis --without-qt \
-    --without-swig
+    --without-swig --with-openssl 
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list