]> Pileus Git - ~andy/sunrise/blob - net-misc/socket/socket-1.5.ebuild
sunrise/ net-nntp/nzbperl/Manifest: Update copyright line to satisfy repoman
[~andy/sunrise] / net-misc / socket / socket-1.5.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="A shell-level interface to TCP sockets"
6 HOMEPAGE="http://www.jnickelsen.de/socket/"
7 SRC_URI="http://www.jnickelsen.de/${PN}/${P}.tar.gz"
8
9 LICENSE="as-is"
10 SLOT="0"
11 KEYWORDS="~x86"
12 IUSE=""
13
14 DEPEND=""
15 RDEPEND=""
16
17 src_install() {
18         dobin socket
19         doman socket.1
20         dodoc BLURB CHANGES README
21         docinto example-scripts
22         dodoc scripts/*
23 }