summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pynetcat/pynetcat-1.02.ebuild')
-rw-r--r--dev-python/pynetcat/pynetcat-1.02.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/pynetcat/pynetcat-1.02.ebuild b/dev-python/pynetcat/pynetcat-1.02.ebuild
new file mode 100644
index 0000000..efe54a7
--- /dev/null
+++ b/dev-python/pynetcat/pynetcat-1.02.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygoogle/pygoogle-0.6.ebuild,v 1.5 2006/04/01 15:21:23 agriffis Exp $
+
+inherit distutils
+
+DESCRIPTION="Python Implementation of Netcat"
+SRC_URI="ftp://ftp.tummy.com/pub/tummy/pynetcat/${P}.tar.gz"
+HOMEPAGE="ftp://ftp.tummy.com/pub/tummy/pynetcat/README"
+
+IUSE=""
+SLOT="0"
+LICENSE="PYTHON"
+KEYWORDS="~x86"
+
+DEPEND="dev-lang/python"
+
+src_compile() {
+ return
+}
+
+src_install() {
+ cd ${S}
+ dobin py*
+ dodoc README LICENSE
+} \ No newline at end of file