void-packages/srcpkgs/lftp/template

22 lines
620 B
Text
Raw Normal View History

# Template file for 'lftp'
pkgname=lftp
2013-02-07 20:49:23 +00:00
version=4.4.3
2012-07-04 14:21:35 +00:00
revision=1
build_style=gnu-configure
2012-05-31 06:20:25 +00:00
configure_args="--with-modules --disable-rpath --without-included-regex --with-openssl"
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"
2012-07-04 14:21:35 +00:00
distfiles="http://ftp.yars.free.net/pub/source/lftp/lftp-$version.tar.xz"
2013-02-08 08:06:04 +00:00
checksum=86d399b1515950e54c47950a99260919b9bb9cb5775ac14334e66b6b88b5ce84
lftp_package() {
conf_files="/etc/lftp.conf"
pkg_install() {
vmove etc
vmove usr
}
}