void-packages/srcpkgs/lftp/template
2015-04-17 06:42:41 +02:00

23 lines
715 B
Bash

# Template file for 'lftp'
pkgname=lftp
version=4.6.2
revision=1
lib32disabled=yes
build_style=gnu-configure
configure_args="--with-modules --disable-rpath --without-included-regex
--with-openssl --with-libidn i_cv_posix_fallocate_works=yes"
hostmakedepends="automake libtool pkg-config"
makedepends="zlib-devel ncurses-devel readline-devel libressl-devel
expat-devel libidn-devel"
conf_files="/etc/lftp.conf"
short_desc="Sophisticated FTP/HTTP client"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://lftp.yar.ru/"
license="GPL-3"
distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz"
checksum=1e61d5c94b06c333309185e86cfce0729e45e3f69f7496c58d61093b135c8bb9
pre_configure() {
autoreconf -fi
}