void-packages/srcpkgs/lftp/template
2014-05-08 10:25:45 +02:00

22 lines
678 B
Plaintext

# Template file for 'lftp'
pkgname=lftp
version=4.4.16
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="ncurses-devel readline-devel>=6.3 openssl-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=0b0ee4e3f6ea793842058a470dad5a6511d377b5f43f3370e552b10335a662c8
pre_configure() {
autoreconf -fi
}