description="lftp is a sophisticated ftp/http client."
url="http://lftp.yar.ru"

packager="tnut <tnut@nutyx.org>"
contributors="alienus, Rems, Greg"

makedepends=(gnutls hicolor-icon-theme perl)

name=lftp
version=4.9.1

source=(${url}/ftp/$name-$version.tar.xz)

build() {

cd $name-$version

./configure --prefix=/usr \
--with-gnutls \
--without-openssl \
--without-included-regex \
--disable-static

make
make DESTDIR=$PKG install
}
