diff options
Diffstat (limited to 'net-misc/bbscp/bbscp-1.0.6.ebuild')
-rw-r--r-- | net-misc/bbscp/bbscp-1.0.6.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-misc/bbscp/bbscp-1.0.6.ebuild b/net-misc/bbscp/bbscp-1.0.6.ebuild new file mode 100644 index 000000000..e82252d9b --- /dev/null +++ b/net-misc/bbscp/bbscp-1.0.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="SCP-like interface to bbFTP" +HOMEPAGE="http://www.nas.nasa.gov/Users/Documentation/Networks/BBSCP/bbscp.html" +SRC_URI="http://www.nas.nasa.gov/hecc/support/kb/file/4/ -> ${P}.tar.gz" + +LICENSE="NOSA" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + net-ftp/bbftp-client" + +src_install() { + dobin ${PN} + dodoc NOSA.txt + doman man/bbscp.1 +} |