diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-12-08 21:22:41 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-12-08 21:22:41 +0000 |
commit | 8eb7710e4d4415152e43fe4002b1131320a88891 (patch) | |
tree | 7e3497c345f285688ba54b7cc51474a0a65b91fd /net-p2p | |
parent | new version (diff) | |
download | historical-8eb7710e4d4415152e43fe4002b1131320a88891.tar.gz historical-8eb7710e4d4415152e43fe4002b1131320a88891.tar.bz2 historical-8eb7710e4d4415152e43fe4002b1131320a88891.zip |
new ebuild
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/cccp/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/cccp/cccp-0.8.ebuild | 32 | ||||
-rw-r--r-- | net-p2p/cccp/files/digest-cccp-0.8 | 1 |
3 files changed, 41 insertions, 0 deletions
diff --git a/net-p2p/cccp/ChangeLog b/net-p2p/cccp/ChangeLog new file mode 100644 index 000000000000..b3ef939600ad --- /dev/null +++ b/net-p2p/cccp/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-p2p/cccp +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/cccp/ChangeLog,v 1.1 2002/12/08 21:22:41 verwilst Exp $ + +*cccp-0.8 (8 Dec 2002) Bart Verwilst <verwilst@gentoo.org> + + Initial ebuild + diff --git a/net-p2p/cccp/cccp-0.8.ebuild b/net-p2p/cccp/cccp-0.8.ebuild new file mode 100644 index 000000000000..02b8c7274544 --- /dev/null +++ b/net-p2p/cccp/cccp-0.8.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/cccp/cccp-0.8.ebuild,v 1.1 2002/12/08 21:22:41 verwilst Exp $ + +DESCRIPTION="Scriptable console frontend to Direct Connect" +HOMEPAGE="http://members.chello.se/hampasfirma/cccp" +SRC_URI="http://members01.chello.se/hampasfirma/cccp/${PN}.${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND=">=net-p2p/dctc-0.83" + +S="${WORKDIR}/${PN}.${PV}" + +src_compile() { + + gcc ${CFLAGS} -o cccp cccp.c + +} + +src_install () { + + dobin cccp + doman cccp.1 + dodoc README TODO GETTING_STARTED scripts/SCRIPTS + insinto /usr/share/cccp/scripts + doins scripts/* + chmod 755 ${D}/usr/share/cccp/scripts/[a-z]* + +} diff --git a/net-p2p/cccp/files/digest-cccp-0.8 b/net-p2p/cccp/files/digest-cccp-0.8 new file mode 100644 index 000000000000..ee021e6595c9 --- /dev/null +++ b/net-p2p/cccp/files/digest-cccp-0.8 @@ -0,0 +1 @@ +MD5 c852832ff6c087dcd0d4c1b9d1c2be8d cccp.0.8.tar.gz 17771 |