[arch-commits] Commit in lftp/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 27 06:53:01 UTC 2009


    Date: Tuesday, January 27, 2009 @ 01:53:01
  Author: andyrtr
Revision: 25656

upgpkg: lftp 3.7.8-1
    new version 3.7.8; built with gnutls - drop openssl due to license issues

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-27 06:23:02 UTC (rev 25655)
+++ PKGBUILD	2009-01-27 06:53:01 UTC (rev 25656)
@@ -3,21 +3,21 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=lftp
-pkgver=3.7.7
+pkgver=3.7.8
 pkgrel=1
 pkgdesc="Sophisticated command line based FTP client"
 arch=('i686' 'x86_64')
 license=('GPL3')
-depends=('gcc-libs' 'readline' 'openssl>=0.9.8i-2' 'expat>=2.0.1-2' 'perl')
+depends=('gcc-libs' 'readline' "gnutls>=2.6.3" "expat>=2.0.1-2" 'perl')
 url="http://lftp.yar.ru/"
 backup=('etc/lftp.conf')
 source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7b1c58a6289448140b1cd328e1d51f94')
+md5sums=('999e2d77a2f1db5b6f883a8e3a40cee2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-gnutls \
-	--with-openssl
+  ./configure --prefix=/usr --with-gnutls \
+	--without-openssl --disable-static
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
   rm -rf ${pkgdir}/usr/lib




More information about the arch-commits mailing list