summaryrefslogtreecommitdiff
path: root/lftp
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-01-29 14:22:47 +0100
committerJuergen Daubert <jue@jue.li>2021-01-29 14:22:47 +0100
commita6bfbabbd7bc612aebc8772716b40a8bf920e1b2 (patch)
treeacfbbc30873c98420627b19fe1339b95c30a4164 /lftp
parent9817c1a47173ed9296e29693524d5633216bf105 (diff)
downloadopt-a6bfbabbd7bc612aebc8772716b40a8bf920e1b2.tar.gz
opt-a6bfbabbd7bc612aebc8772716b40a8bf920e1b2.tar.xz
lftp: adopted port
Diffstat (limited to 'lftp')
-rw-r--r--lftp/.signature4
-rw-r--r--lftp/Pkgfile23
2 files changed, 14 insertions, 13 deletions
diff --git a/lftp/.signature b/lftp/.signature
index d25c5c77e..2c04975a2 100644
--- a/lftp/.signature
+++ b/lftp/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/Q5e49N0UEfsRfEkY/A9lfITNNZST5lKIC5hekXrBSvGWBw7ek7AxVyxO2JTFlCUdTQ5w5nBh8c48m5QLJth/Aw=
-SHA256 (Pkgfile) = 9fe7fd9e376697a6ea40c10a4fc8b2d04d9b0d41e2269a2abf808cde70a8b8aa
+RWSE3ohX2g5d/W87JG10dwhRRS8CKYFVTCDphJqqxxUk0rGoc/TXw0wFkKxIcWNSVF1x4Ku/hYH9/S5nZslKZeYBszrHcap4qww=
+SHA256 (Pkgfile) = 866ed753b79ab27c1f168115ef124372d369c0458743927b3b7defad1813c117
SHA256 (.footprint) = ba5036eea7685f8b219cd7ad0ff3184aac77106c65d7c43338be5b991c75dbb6
SHA256 (lftp-4.9.2.tar.xz) = c517c4f4f9c39bd415d7313088a2b1e313b2d386867fe40b7692b83a20f0670d
diff --git a/lftp/Pkgfile b/lftp/Pkgfile
index 6e27b9e96..cb0cdf127 100644
--- a/lftp/Pkgfile
+++ b/lftp/Pkgfile
@@ -1,23 +1,24 @@
# Description: Sophisticated command line based FTP client
-# URL: http://lftp.yar.ru/
-# Maintainer: Thomas Penteker, tek at serverop dot de
+# URL: https://lftp.yar.ru/
+# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: openssl
name=lftp
version=4.9.2
release=1
-source=(http://lftp.yar.ru/ftp/lftp-$version.tar.xz)
+source=(https://lftp.yar.ru/ftp/lftp-$version.tar.xz)
build() {
- cd $name-$version
+ cd $name-$version
- ./configure --prefix=/usr \
- --disable-nls --with-openssl=/usr \
- --sysconfdir=/usr/etc \
- --disable-dependency-tracking # speed up things a little
+ ./configure \
+ --prefix=/usr \
+ --disable-nls \
+ --with-openssl=/usr \
+ --sysconfdir=/usr/etc
- make
- make DESTDIR=$PKG install
+ make
+ make DESTDIR=$PKG install
- rm -r $PKG/usr/lib
+ rm -r $PKG/usr/lib
}

Generated by cgit