[arch-commits] Commit in lftp/repos (extra-x86_64 extra-x86_64/PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Tue Jan 27 06:53:33 UTC 2009
Date: Tuesday, January 27, 2009 @ 01:53:32
Author: andyrtr
Revision: 25657
Merged revisions 25656 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/lftp/trunk
........
r25656 | andyrtr | 2009-01-27 06:53:01 +0000 (Di, 27 Jan 2009) | 2 lines
upgpkg: lftp 3.7.8-1
new version 3.7.8; built with gnutls - drop openssl due to license issues
........
Modified:
lftp/repos/extra-x86_64/ (properties)
lftp/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Property changes on: lftp/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /lftp/trunk:1-21637
+ /lftp/trunk:1-25656
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-01-27 06:53:01 UTC (rev 25656)
+++ extra-x86_64/PKGBUILD 2009-01-27 06:53:32 UTC (rev 25657)
@@ -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