blob: 0c850d6630b693b14710951c3621e56510dacc6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="bbSCP is a wrapper that provides an SCP-like interface to bbFTP."
HOMEPAGE="http://www.nas.nasa.gov/Users/Documentation/Networks/BBSCP/bbscp.html"
SRC_URI="http://www.nas.nasa.gov/Users/Documentation/Networks/BBSCP/${P}.tar.gz"
LICENSE="NOSA"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND} net-ftp/bbftp-client"
src_install() {
dobin bbscp
dodoc NOSA.txt COPYING.txt
doman man/bbscp.1
}
|