mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
ncftp: update to 3.2.7.
This commit is contained in:
parent
26286d64be
commit
8a6d4a852d
1 changed files with 17 additions and 5 deletions
|
@ -1,16 +1,28 @@
|
||||||
# Template file for 'ncftp'
|
# Template file for 'ncftp'
|
||||||
pkgname=ncftp
|
pkgname=ncftp
|
||||||
version=3.2.6
|
version=3.2.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake"
|
||||||
short_desc="Set of application programs implementing the File Transfer Protocol"
|
short_desc="Set of application programs implementing the File Transfer Protocol"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="ClArtistic"
|
license="ClArtistic"
|
||||||
homepage="http://www.ncftp.com/ncftp/"
|
homepage="http://www.ncftp.com/ncftp/"
|
||||||
distfiles="ftp://ftp.ncftp.com/${pkgname}/${pkgname}-${version}-src.tar.gz"
|
distfiles="https://www.ncftp.com/public_ftp/ncftp/${pkgname}-${version}-src.tar.gz"
|
||||||
checksum=129e5954850290da98af012559e6743de193de0012e972ff939df9b604f81c23
|
checksum=dbde0d3b4d28ba3a445621e10deaee57a6ba3ced277cc9dbce4052bcddf6cb2a
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
_older_version="https://www.ncftp.com/public_ftp/ncftp/older_versions/"
|
||||||
|
case "$XBPS_DISTFILES_MIRROR" in
|
||||||
|
*"${_older_version}"*) ;;
|
||||||
|
*)
|
||||||
|
XBPS_DISTFILES_MIRROR+=" https://www.ncftp.com/public_ftp/ncftp/older_versions/"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
cp autoconf_local/* .
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense doc/LICENSE.txt
|
vlicense doc/LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue