mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lftp: update to 4.0.5.
--HG-- extra : convert_revision : 01139a5d48a446861da7dcbd958ef2d678558422
This commit is contained in:
parent
21ae50c8a6
commit
6a4d574a12
1 changed files with 12 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'lftp'
|
# Template file for 'lftp'
|
||||||
pkgname=lftp
|
pkgname=lftp
|
||||||
version=4.0.4
|
version=4.0.5
|
||||||
distfiles="http://ftp.yars.free.net/pub/source/lftp/lftp-$version.tar.bz2"
|
distfiles="http://ftp.yars.free.net/pub/source/lftp/lftp-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-modules --disable-rpath --without-included-regex
|
configure_args="--with-modules --disable-rpath --without-included-regex
|
||||||
--with-openssl"
|
--with-openssl"
|
||||||
short_desc="Sophisticated ftp/http client"
|
short_desc="Sophisticated FTP/HTTP client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=07ce35fb629340d425a14decd1b25950cd40dc0a9409279b00bad0ef2f96cc76
|
checksum=5c1f94f5780ed3cb51fe00439fbfa4e8b4bd28564c3248cb21f6ee9fd794c473
|
||||||
long_desc="
|
long_desc="
|
||||||
LFTP is sophisticated ftp/http client, file transfer program supporting a
|
LFTP is sophisticated ftp/http client, file transfer program supporting a
|
||||||
number of network protocols. Like BASH, it has job control and uses
|
number of network protocols. Like BASH, it has job control and uses
|
||||||
|
@ -16,6 +16,12 @@ long_desc="
|
||||||
|
|
||||||
conf_files="/etc/lftp.conf"
|
conf_files="/etc/lftp.conf"
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
Add_dependency full readline
|
Add_dependency run ncurses
|
||||||
Add_dependency full openssl
|
Add_dependency run readline
|
||||||
|
Add_dependency run openssl
|
||||||
|
Add_dependency run expat
|
||||||
|
Add_dependency build ncurses-devel
|
||||||
|
Add_dependency build readline-devel
|
||||||
|
Add_dependency build openssl-devel
|
||||||
|
Add_dependency build expat-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue