diff options
author | George Shapovalov <george@gentoo.org> | 2003-03-15 07:44:11 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-03-15 07:44:11 +0000 |
commit | e4c70cc92b019f250e725ab3842d73f306c9c9a3 (patch) | |
tree | d186f0b2debc100e9cc8e0ac93155295a3c0a564 /net-libs/vanessa-socket/vanessa-socket-0.0.5_beta4.ebuild | |
parent | Version bump. Closes #15598 (diff) | |
download | historical-e4c70cc92b019f250e725ab3842d73f306c9c9a3.tar.gz historical-e4c70cc92b019f250e725ab3842d73f306c9c9a3.tar.bz2 historical-e4c70cc92b019f250e725ab3842d73f306c9c9a3.zip |
new package:
"Simplifies TCP/IP socket operations. It includes code to open a socket to a
server as a client, to listen on socket for clients as a server and to pipe
information between sockets."
Diffstat (limited to 'net-libs/vanessa-socket/vanessa-socket-0.0.5_beta4.ebuild')
-rw-r--r-- | net-libs/vanessa-socket/vanessa-socket-0.0.5_beta4.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-libs/vanessa-socket/vanessa-socket-0.0.5_beta4.ebuild b/net-libs/vanessa-socket/vanessa-socket-0.0.5_beta4.ebuild new file mode 100644 index 000000000000..5caaced60055 --- /dev/null +++ b/net-libs/vanessa-socket/vanessa-socket-0.0.5_beta4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/vanessa-socket-0.0.5_beta4.ebuild,v 1.1 2003/03/15 07:44:11 george Exp $ + +DESCRIPTION="Simplifies TCP/IP socket operations." +HOMEPAGE="http://www.vergenet.net/linux/vanessa/" +SRC_URI="http://www.vergenet.net/linux/perdition/download/BETA/1.11beta5/vanessa_socket-0.0.5beta4.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND=">=vanessa-logger-0.0.4_beta2" +S=${WORKDIR}/vanessa_socket-0.0.5beta4 + +src_compile() { + econf + + emake || die +} + +src_install() { + einstall + dodoc README NEWS AUTHORS TODO +} |