mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
net-ftp/ncftp: Version bump.
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST ncftp-3.2.5.474.tar.bz2 454682 SHA256 b4ebe2415761a5137cd1d313c8fc1352f26d8963cc9e9e354e29720aa2089d42 SHA512 ebd7f618e5a9ac5e59f3e3dbf9b15765e80404416865212c0b2ee7339aafe2296867faf02fad2084e5a6377796e787d5cfc6599ec3f0e544c6b137734cfdc405 WHIRLPOOL 4b9c0a6bc5b90149d3a1b9ea24dea030faefa4dfe9e361c7694a2e1f133182bf85e46041de209a9a34d7be81b70870298c718a19dd41458dbc9c90283478cfd8
|
||||
DIST ncftp-3.2.6.tar.xz 418836 SHA256 7abd3e8f848f0efb4bb6a4bc5da58a59524d4378fc8d70a52adb0fe1fd00b89d SHA512 040db7e2ca2ee78b79d682a951fd98c1e0ee2936b64462259992d70c51241fa50ae06c66b4f40933ad0ab7122f581bbb8ba7cda764dba5f70a1f8c7d3d751199 WHIRLPOOL 9d41e9e1f9119482cdbb10b819a48b0e58e2df2f3f56fb1ccd0443527592d31aba48642b1831b272231fabb230b0c7c673099d2d272a6a9077001abbb02491a5
|
||||
DIST ncftp-325-v6.diff.gz 23295 SHA256 7fb95240c33aeca67e53be58f6016a7e1dcd753b125940f539dab7595e0d02ba SHA512 6e2e740fba2c2b5268ab5928db979ac813bd29dd76633603d69d747fdf765858e1de893a6067518b0b1f01d0b90d8d6426998f5d9b37bbbebe144951878e2b0a WHIRLPOOL 2f7868bdc0e74707a0b0e2e8a2a1b7d0634fd86ff440e5046a48d5b01c1efb86621a5844d56b0e8793d243fa1a998b6136d147a1a9aeeb95c00e1d312415ebb6
|
||||
|
||||
54
net-ftp/ncftp/ncftp-3.2.6.ebuild
Normal file
54
net-ftp/ncftp/ncftp-3.2.6.ebuild
Normal file
@@ -0,0 +1,54 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
inherit autotools eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="An extremely configurable ftp client"
|
||||
HOMEPAGE="http://www.ncftp.com/"
|
||||
SRC_URI="
|
||||
ftp://ftp.${PN}.com/${PN}/${P}-src.tar.xz -> ${P}.tar.xz
|
||||
"
|
||||
|
||||
LICENSE="Clarified-Artistic"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
|
||||
IUSE="pch"
|
||||
|
||||
DEPEND="
|
||||
sys-libs/ncurses:*
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
tc-export CC
|
||||
|
||||
sed -i \
|
||||
-e "s:CC=gcc:CC ?= ${CC}:" \
|
||||
-e 's:@SFLAG@::' \
|
||||
-e 's:@STRIP@:true:' \
|
||||
Makefile.in */Makefile.in || die
|
||||
|
||||
AT_M4DIR=autoconf_local/ eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
LC_ALL="C" \
|
||||
LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses)" \
|
||||
econf \
|
||||
$(use_enable pch precomp) \
|
||||
--disable-ccdv \
|
||||
--disable-universal
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
dodoc README.txt doc/*.txt
|
||||
docinto html
|
||||
dodoc doc/html/*.html
|
||||
}
|
||||
Reference in New Issue
Block a user