a92d370caa
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
26 lines
665 B
Bash
26 lines
665 B
Bash
# Template file for 'tnftp'
|
|
pkgname=tnftp
|
|
version=20200705
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool"
|
|
makedepends="openssl-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
|
|
patch_args=-Np0
|
|
|
|
alternatives="
|
|
ftp:ftp:/usr/bin/${pkgname}
|
|
ftp:ftp.1:/usr/share/man/man1/${pkgname}.1
|
|
"
|
|
|
|
pre_configure() {
|
|
autoconf -f
|
|
}
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|