cmdftp-0.9.8.ebuild 499 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="Light weight, yet robust command line FTP client with shell-like
  5. functions."
  6. HOMEPAGE="https://savannah.nongnu.org/projects/cmdftp/"
  7. SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz"
  8. LICENSE="GPL-3"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86 ~x86-fbsd"
  11. IUSE=""
  12. DEPEND=""
  13. RDEPEND=""
  14. DOCS=( NEWS README AUTHORS )
  15. src_configure() {
  16. econf --enable-largefile
  17. }