summaryrefslogtreecommitdiff
path: root/lftp
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-07-31 16:43:09 +0000
committerTilman Sauerbeck <tilman@code-monkey.de>2006-07-31 16:43:09 +0000
commitb715f33d7b138fe26f806a8879d98473aa08160f (patch)
treed64225b40ea86157b9b29c3d52a91267f52416cc /lftp
parentf9c94a431fe23b2262211886705d5b2282bf7112 (diff)
downloadopt-b715f33d7b138fe26f806a8879d98473aa08160f.tar.gz
opt-b715f33d7b138fe26f806a8879d98473aa08160f.tar.xz
lftp: updated to 3.5.2
Diffstat (limited to 'lftp')
-rw-r--r--lftp/.md5sum2
-rw-r--r--lftp/Pkgfile5
2 files changed, 4 insertions, 3 deletions
diff --git a/lftp/.md5sum b/lftp/.md5sum
index e37f825c1..6c7d01c47 100644
--- a/lftp/.md5sum
+++ b/lftp/.md5sum
@@ -1 +1 @@
-c6d48782cdad4759000bf7cd24555723 lftp-3.5.1.tar.bz2
+9f40e9963de53c111d676171b9f810cd lftp-3.5.2.tar.bz2
diff --git a/lftp/Pkgfile b/lftp/Pkgfile
index 63adc745f..63f5d1f4b 100644
--- a/lftp/Pkgfile
+++ b/lftp/Pkgfile
@@ -4,13 +4,14 @@
# Depends on: openssl
name=lftp
-version=3.5.1
+version=3.5.2
release=1
source=(http://ftp.yars.free.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
- ./configure --prefix=/usr --disable-nls --with-openssl=/usr
+ ./configure --prefix=/usr --disable-nls --with-openssl=/usr \
+ --mandir=/usr/man
make -C src confpaths.h

Generated by cgit