Date: Thursday, April 1, 2010 @ 14:49:52 Author: andrea Revision: 75519
upgpkg: wvstreams 4.6.1-2 openssl rebuild Modified: wvstreams/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-01 18:47:14 UTC (rev 75518) +++ PKGBUILD 2010-04-01 18:49:52 UTC (rev 75519) @@ -1,25 +1,35 @@ # $Id$ -# Maintainer: Andrea Scarpino <[email protected]> +# Maintainer: +# Contributor: Andrea Scarpino <[email protected]> # Contributor: dorphell <[email protected]> pkgname=wvstreams pkgver=4.6.1 -pkgrel=1 +pkgrel=2 pkgdesc="A network programming library written in C++" arch=('i686' 'x86_64') url="http://alumnit.ca/wiki/?page=WvStreams" license=('LGPL') -depends=('zlib' 'pam' 'xplc' "openssl>=0.9.8f" 'readline') +depends=('zlib' 'pam' 'xplc' "openssl" 'readline') source=(http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) md5sums=('2760dac31a43d452a19a3147bfde571c') options=('!makeflags') build() { cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --without-dbus --with-pam --with-openssl --without-tcl \ + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --without-dbus \ + --with-pam \ + --with-openssl \ + --without-tcl \ --without-qt || return 1 make COPTS="$CFLAGS -fPIC" CXXOPTS="$CXXFLAGS -fPIC -fpermissive" VERBOSE=1 || return 1 +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install || return 1 # FS#15974
