makedepends=( hicolor-icon-theme perl)

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

packager="Great-OS Team"
maintainer="rems"

name=lftp
version=4.9.3

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
}
