2009-10-08 22:01:13 +00:00
|
|
|
# Template file for 'lftp'
|
|
|
|
pkgname=lftp
|
2013-12-14 11:43:35 +00:00
|
|
|
version=4.4.14
|
2012-07-04 14:21:35 +00:00
|
|
|
revision=1
|
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
|
|
|
|
--with-openssl i_cv_posix_fallocate_works=yes"
|
2013-12-14 11:46:39 +00:00
|
|
|
hostmakedepends="automake libtool pkg-config"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="ncurses-devel readline-devel openssl-devel expat-devel"
|
2009-12-31 21:56:51 +00:00
|
|
|
short_desc="Sophisticated FTP/HTTP client"
|
2009-10-08 22:01:13 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
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"
|
2013-12-14 11:43:35 +00:00
|
|
|
checksum=61ceaefbd476061e728e2b1294c27866402237d1d6539ed9ca98769dba3c9189
|
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
|
|
|
}
|
2013-04-13 08:15:49 +00:00
|
|
|
|
|
|
|
lftp_package() {
|
|
|
|
conf_files="/etc/lftp.conf"
|
|
|
|
pkg_install() {
|
2013-05-14 13:08:26 +00:00
|
|
|
vmove all
|
2013-04-13 08:15:49 +00:00
|
|
|
}
|
|
|
|
}
|