21 lines
620 B
Text
21 lines
620 B
Text
# Template file for 'lftp'
|
|
pkgname=lftp
|
|
version=4.4.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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>"
|
|
homepage="http://lftp.yar.ru/"
|
|
license="GPL-3"
|
|
distfiles="http://ftp.yars.free.net/pub/source/lftp/lftp-$version.tar.xz"
|
|
checksum=86d399b1515950e54c47950a99260919b9bb9cb5775ac14334e66b6b88b5ce84
|
|
|
|
lftp_package() {
|
|
conf_files="/etc/lftp.conf"
|
|
pkg_install() {
|
|
vmove etc
|
|
vmove usr
|
|
}
|
|
}
|