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