void-packages/srcpkgs/lftp/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

23 lines
712 B
Bash

# Template file for 'lftp'
pkgname=lftp
version=4.6.1
revision=4
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@gmail.com>"
homepage="http://lftp.yar.ru/"
license="GPL-3"
distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz"
checksum=d1eea1ed98d05e050b909d5a90e8c7f345c84781b91af36d944fb2f33eba35bf
pre_configure() {
autoreconf -fi
}