### this file is sourced not run
PKGVER=4.6.5
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=lftp-$PKGVER.tar.xz
MD5SUM=39507c331a987e0534acf75a4c3824a0
SRC_URL=http://lftp.yar.ru/ftp/$TARBALL
BUNDLE=

SLACKREQ='openssl libreadline'
SLACKDESC="lftp: lftp $PKGVER (File transfer utility)  
lftp:  
lftp: LFTP is a sophisticated file transfer program with command line 
lftp: interface. It supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols. 
lftp: GNU Readline library is used for input.  
lftp: 
lftp: 
lftp: 
lftp: 
lftp: 
lftp: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --with-gnutls --disable-openssl \
	--disable-static --disable-shared"
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	rm /usr/$LIBDIR/liblftp*
}


