void-packages/srcpkgs/lftp/template

27 lines
698 B
Text
Raw Normal View History

# Template file for 'lftp'
pkgname=lftp
2013-11-12 16:45:04 +00:00
version=4.4.11
2012-07-04 14:21:35 +00:00
revision=1
build_style=gnu-configure
2013-05-14 13:08:26 +00:00
configure_args="--with-modules --disable-rpath --without-included-regex
--with-openssl i_cv_posix_fallocate_works=yes"
2013-10-15 07:44:44 +00:00
hostmakedepends="libtool pkg-config"
makedepends="ncurses-devel readline-devel openssl-devel expat-devel"
short_desc="Sophisticated FTP/HTTP client"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-05-27 05:20:43 +00:00
homepage="http://lftp.yar.ru/"
2011-07-06 22:49:18 +00:00
license="GPL-3"
2013-10-15 07:44:44 +00:00
distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz"
2013-11-12 16:45:04 +00:00
checksum=3f3e4109e97281ebc517958addff018ca5fc9fdf85f1dc162864f6017dd991a2
2013-05-14 13:08:26 +00:00
2013-10-15 07:44:44 +00:00
pre_configure() {
libtoolize -f
}
lftp_package() {
conf_files="/etc/lftp.conf"
pkg_install() {
2013-05-14 13:08:26 +00:00
vmove all
}
}