void-packages/srcpkgs/lftp/template
2014-08-07 23:11:09 +02:00

22 lines
689 B
Plaintext

# Template file for 'lftp'
pkgname=lftp
version=4.5.4
revision=1
lib32disabled=yes
build_style=gnu-configure
configure_args="--with-modules --disable-rpath --without-included-regex
--with-openssl i_cv_posix_fallocate_works=yes"
hostmakedepends="automake libtool pkg-config"
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>"
homepage="http://lftp.yar.ru/"
license="GPL-3"
distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz"
checksum=3f60f5a97a3a12fce6c06afcb1a47e6c474a24b6d97d41c2f17c0e9a5c650c4f
pre_configure() {
autoreconf -fi
}