app-editors/kakoune: drop old 0_pre20160620
[gentoo.git] / net-misc / sock / sock-1.1.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 DESCRIPTION="A shell interface to network sockets"
5 SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/${P}.tar.gz"
6 HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~mj/linux.shtml"
7 KEYWORDS="amd64 sparc x86"
8 IUSE=""
9 LICENSE="GPL-2"
10 SLOT="0"
11
12 DEPEND=""
13 RDEPEND=""
14
15 src_install () {
16         dobin sock
17         doman sock.1
18         dodoc README ChangeLog
19 }