aboutsummaryrefslogtreecommitdiff
blob: b4901f340a7a4d33d0141f190f5443d9f8d16291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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
}