summaryrefslogtreecommitdiff
path: root/lftp
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2012-06-20 20:16:33 +0200
committerThomas Penteker <tek@serverop.de>2012-06-20 20:16:33 +0200
commit77edeebb66158a0006d43658cec3e0e6b2f0131f (patch)
tree2d95386b78079dd59755759e59ea123d64dc40d2 /lftp
parentbc0e89356d5827ad8585af540997203d09f69e56 (diff)
downloadopt-77edeebb66158a0006d43658cec3e0e6b2f0131f.tar.gz
opt-77edeebb66158a0006d43658cec3e0e6b2f0131f.tar.xz
lftp: 4.3.3 -> 4.3.7
Diffstat (limited to 'lftp')
-rw-r--r--lftp/.md5sum2
-rw-r--r--lftp/Pkgfile9
2 files changed, 6 insertions, 5 deletions
diff --git a/lftp/.md5sum b/lftp/.md5sum
index fa3cd8fff..84bf9e1b9 100644
--- a/lftp/.md5sum
+++ b/lftp/.md5sum
@@ -1 +1 @@
-7ff6217036e551020247ce74495f78c5 lftp-4.3.3.tar.xz
+df7c928644866712ad8fc1677f42fc30 lftp-4.3.7.tar.xz
diff --git a/lftp/Pkgfile b/lftp/Pkgfile
index 4d1f10925..f97c38f90 100644
--- a/lftp/Pkgfile
+++ b/lftp/Pkgfile
@@ -1,10 +1,11 @@
# Description: Sophisticated command line based FTP client
# URL: http://lftp.yar.ru/
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: Thomas Penteker, tek at serverop dot de
+# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: openssl
name=lftp
-version=4.3.3
+version=4.3.7
release=1
source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.xz)
@@ -14,8 +15,8 @@ build() {
./configure --prefix=/usr --disable-nls --with-openssl=/usr \
--mandir=/usr/man --sysconfdir=/usr/etc
- make -j 1
- make -j 1 DESTDIR=$PKG install
+ make
+ make DESTDIR=$PKG install
rm -r $PKG/usr/lib
}

Generated by cgit