void-packages/srcpkgs/tnftp/template
2020-07-07 23:00:02 +02:00

26 lines
650 B
Bash

# Template file for 'tnftp'
pkgname=tnftp
version=20200705
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
makedepends="libressl-devel ncurses-devel"
short_desc="NetBSD enhanced ftp client"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD"
homepage="http://netbsd.gw.com/cgi-bin/man-cgi?ftp"
distfiles="ftp://ftp.netbsd.org/pub/NetBSD/misc/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=ba4a92b693d04179664524eef0801c8eed4447941c9855f377f98f119f221c03
alternatives="
ftp:ftp:/usr/bin/${pkgname}
ftp:ftp.1:/usr/share/man/man1/${pkgname}.1
"
pre_configure() {
autoconf -f
}
post_install() {
vlicense COPYING
}