void-packages/srcpkgs/lftp/template

22 lines
677 B
Plaintext
Raw Normal View History

# Template file for 'lftp'
pkgname=lftp
2014-06-11 22:23:52 +02:00
version=4.5.2
2014-04-04 13:30:27 +02:00
revision=1
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
--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>"
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"
2014-06-11 22:23:52 +02:00
checksum=34e5da2b2b08c2a96bc58ae5fa81372fb6cb96dc856f5d0bcecf77e974d04746
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
}