void-packages/srcpkgs/lftp/template

23 lines
716 B
Bash
Raw Normal View History

# Template file for 'lftp'
pkgname=lftp
2015-06-18 07:13:05 +02:00
version=4.6.3a
2015-07-16 09:47:40 +02:00
revision=2
2014-04-04 13:32:59 +02:00
lib32disabled=yes
build_style=gnu-configure
2013-05-14 15:08:26 +02:00
configure_args="--with-modules --disable-rpath --without-included-regex
2014-09-09 22:02:47 +02:00
--with-openssl --with-libidn i_cv_posix_fallocate_works=yes"
hostmakedepends="automake libtool pkg-config"
makedepends="zlib-devel ncurses-devel readline-devel libressl-devel
2014-09-09 22:02:47 +02:00
expat-devel libidn-devel"
conf_files="/etc/lftp.conf"
short_desc="Sophisticated FTP/HTTP client"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2011-05-27 07:20:43 +02:00
homepage="http://lftp.yar.ru/"
2011-07-07 00:49:18 +02:00
license="GPL-3"
2013-10-15 09:44:44 +02:00
distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz"
2015-06-18 07:13:05 +02:00
checksum=8c3a12a1f9ec288132b245bdd7d14d88ade1aa5cb1c14bb68c8fab3b68793840
2013-05-14 15:08:26 +02:00
2013-10-15 09:44:44 +02:00
pre_configure() {
autoreconf -fi
2013-10-15 09:44:44 +02:00
}