2009-10-09 00:01:13 +02:00
|
|
|
# Template file for 'lftp'
|
|
|
|
pkgname=lftp
|
2014-04-04 13:30:27 +02:00
|
|
|
version=4.4.15
|
|
|
|
revision=1
|
2014-04-04 13:32:59 +02:00
|
|
|
lib32disabled=yes
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-05-14 15:08:26 +02:00
|
|
|
configure_args="--with-modules --disable-rpath --without-included-regex
|
|
|
|
--with-openssl i_cv_posix_fallocate_works=yes"
|
2013-12-14 12:46:39 +01:00
|
|
|
hostmakedepends="automake libtool pkg-config"
|
2014-02-27 14:54:19 +01:00
|
|
|
makedepends="ncurses-devel readline-devel>=6.3 openssl-devel expat-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
conf_files="/etc/lftp.conf"
|
2009-12-31 22:56:51 +01:00
|
|
|
short_desc="Sophisticated FTP/HTTP client"
|
2009-10-09 00:01:13 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-27 07:20:43 +02:00
|
|
|
homepage="http://lftp.yar.ru/"
|
2011-07-07 00:49:18 +02:00
|
|
|
license="GPL-3"
|
2013-10-15 09:44:44 +02:00
|
|
|
distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz"
|
2014-04-04 13:30:27 +02:00
|
|
|
checksum=75f40b7ab438a7b295410eb3e1ec8460e36ad2d48785383a6fc9201905db6868
|
2013-05-14 15:08:26 +02:00
|
|
|
|
2013-10-15 09:44:44 +02:00
|
|
|
pre_configure() {
|
2013-12-14 12:46:39 +01:00
|
|
|
autoreconf -fi
|
2013-10-15 09:44:44 +02:00
|
|
|
}
|