void-packages/srcpkgs/lftp/template

22 lines
689 B
Text
Raw Normal View History

# Template file for 'lftp'
pkgname=lftp
2014-08-07 21:11:09 +00:00
version=4.5.4
revision=1
2014-04-04 11:32:59 +00:00
lib32disabled=yes
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"
hostmakedepends="automake libtool pkg-config"
2014-07-14 14:45:44 +00:00
makedepends="zlib-devel ncurses-devel readline-devel>=6.3 libressl-devel expat-devel"
conf_files="/etc/lftp.conf"
short_desc="Sophisticated FTP/HTTP client"
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"
2014-08-07 21:11:09 +00:00
checksum=3f60f5a97a3a12fce6c06afcb1a47e6c474a24b6d97d41c2f17c0e9a5c650c4f
2013-05-14 13:08:26 +00:00
2013-10-15 07:44:44 +00:00
pre_configure() {
autoreconf -fi
2013-10-15 07:44:44 +00:00
}