# Compiling Time: 0.10 SBU
# Maintainer: jercel <jercel16@gmail.com>

pkgname=ncftp
pkgver=3.3.0
pkgrel=1
pkgdesc="Console based FTP client"
url="https://www.ncftp.com"
depends=('ncurses>=6.5')
groups=('network-extra')
archs=('x86_64')
up2date="lynx -dump $url/download/|grep src.tar.gz$|sed -n 's/.*-\(.*\)-.*/\1/;1 p'"
source=("$url/public_ftp/ncftp/ncftp-$pkgver-src.tar.gz")
sha1sums=('de6dfc757b3bececf0c23d0cf77d9cd0f8088021')

build() {
	Fcd
	Fconf --prefix=/usr --sysconfdir=/etc
	Fmake
	Fexec make prefix="${Fdestdir}/usr" mandir="${Fdestdir}/usr/share/man" install || Fdie
}

# optimization OK
