diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-07-19 21:36:48 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-07-19 21:36:48 +0000 |
commit | 30705a51fc4f7b0b7dbc311dfc552a0bb8cc5f23 (patch) | |
tree | aaa08b685148eb31e29ed46d5926e5fd5636615e /net-p2p | |
parent | New package. Fixes #4041. Submitted by Simon Forman (diff) | |
download | gentoo-2-30705a51fc4f7b0b7dbc311dfc552a0bb8cc5f23.tar.gz gentoo-2-30705a51fc4f7b0b7dbc311dfc552a0bb8cc5f23.tar.bz2 gentoo-2-30705a51fc4f7b0b7dbc311dfc552a0bb8cc5f23.zip |
net-p2p/dchub: initial import, closes bug #5221
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dchub/ChangeLog | 9 | ||||
-rw-r--r-- | net-p2p/dchub/dchub-0.1.1.ebuild | 31 | ||||
-rw-r--r-- | net-p2p/dchub/files/digest-dchub-0.1.1 | 1 |
3 files changed, 41 insertions, 0 deletions
diff --git a/net-p2p/dchub/ChangeLog b/net-p2p/dchub/ChangeLog new file mode 100644 index 000000000000..16f7aa8b0be0 --- /dev/null +++ b/net-p2p/dchub/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-p2p/dchub +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.1 2002/07/19 21:36:48 blizzy Exp $ + +*dchub-0.1.1 (19 Jul 2002) + + 19 Jul 2002; Maik Schreiber <blizzy@gentoo.org> : + + Initial import, closes bug #5221. diff --git a/net-p2p/dchub/dchub-0.1.1.ebuild b/net-p2p/dchub/dchub-0.1.1.ebuild new file mode 100644 index 000000000000..680731193bb5 --- /dev/null +++ b/net-p2p/dchub/dchub-0.1.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.1.1.ebuild,v 1.1 2002/07/19 21:36:48 blizzy Exp $ + +S="${WORKDIR}/${P}" + +HOMEPAGE="http://www.ac2i.tzo.com/dctc/#dchub" +DESCRIPTION="dchub (Direct Connect Hub), a linux hub for the p2p application dctc (Direct Connect Text Client)." +SRC_URI="http://ac2i.tzo.com/dctc/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +RDEPEND="virtual/glibc + =dev-libs/glib-1.2* + sys-devel/perl + dev-db/edb" +DEPEND="${RDEPEND}" + +src_compile() { + econf || die "configure problem" + emake || die "compile problem" +} + +src_install() { + einstall || die "install problem" + + dodoc -r Documentation + + dodoc AUTHORS COPYING ChangeLog KNOWN_BUGS NEWS README TODO +} diff --git a/net-p2p/dchub/files/digest-dchub-0.1.1 b/net-p2p/dchub/files/digest-dchub-0.1.1 new file mode 100644 index 000000000000..8f94509b5041 --- /dev/null +++ b/net-p2p/dchub/files/digest-dchub-0.1.1 @@ -0,0 +1 @@ +MD5 192a9a9b549964b199ecd184a1c8f615 dchub-0.1.1.tar.gz 123706 |