summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Alexandratos <jerry@gentoo.org>2000-12-22 17:46:44 +0000
committerJerry Alexandratos <jerry@gentoo.org>2000-12-22 17:46:44 +0000
commitf150355267ebe494b8186ec97ba48933aa8f4599 (patch)
tree9bd9350454c5b845fee365320bdebb0435c3ec25 /net-ftp
parentImport the vile (vi like emacs) editor into portage tree. (diff)
downloadgentoo-2-f150355267ebe494b8186ec97ba48933aa8f4599.tar.gz
gentoo-2-f150355267ebe494b8186ec97ba48933aa8f4599.tar.bz2
gentoo-2-f150355267ebe494b8186ec97ba48933aa8f4599.zip
Import ncftp into portage tree.
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/ncftp/files/digest-ncftp-3.0.21
-rw-r--r--net-ftp/ncftp/ncftp-3.0.2.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/net-ftp/ncftp/files/digest-ncftp-3.0.2 b/net-ftp/ncftp/files/digest-ncftp-3.0.2
new file mode 100644
index 000000000000..c4fe4957035a
--- /dev/null
+++ b/net-ftp/ncftp/files/digest-ncftp-3.0.2
@@ -0,0 +1 @@
+MD5 54d15c76fcc68f18094bb06dc1676e15 ncftp-3.0.2-src.tar.gz
diff --git a/net-ftp/ncftp/ncftp-3.0.2.ebuild b/net-ftp/ncftp/ncftp-3.0.2.ebuild
new file mode 100644
index 000000000000..8d32b8aceb6b
--- /dev/null
+++ b/net-ftp/ncftp/ncftp-3.0.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Jerry Alexandratos <jerry@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.0.2.ebuild,v 1.1 2000/12/22 17:46:44 jerry Exp $
+
+A=${P}-src.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="An extremely configurable ftp client"
+SRC_URI="ftp://ftp.ncftp.com/ncftp/${A}"
+HOMEPAGE="http://www.ncftp.com/"
+
+DEPEND=">=sys-libs/glibc-2.1.3"
+
+src_compile() {
+ cd ${S}
+ try ./configure --prefix=/usr --host=${CHOST}
+ try make
+}
+
+src_install () {
+ cd ${S}
+ try make DESTDIR=${D} install
+
+ dodoc CHANGELOG FIREWALL-PROXY-README LICENSE.txt
+ READLINE-README README WHATSNEW-3.0
+}