diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-04-07 15:02:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-04-07 15:02:07 +0000 |
commit | 55f274abd8aee688064e262c4fb990a23aab7bf3 (patch) | |
tree | 8b58e5a824e652fce733f95d05963dab0df10a6e /net-irc | |
parent | bumped version (diff) | |
download | historical-55f274abd8aee688064e262c4fb990a23aab7bf3.tar.gz historical-55f274abd8aee688064e262c4fb990a23aab7bf3.tar.bz2 historical-55f274abd8aee688064e262c4fb990a23aab7bf3.zip |
update to ctrlproxy-2.2
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-2.2.ebuild | 26 | ||||
-rw-r--r-- | net-irc/ctrlproxy/files/digest-ctrlproxy-2.2 | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild b/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild new file mode 100644 index 000000000000..6c6619119fad --- /dev/null +++ b/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild,v 1.1 2003/04/07 15:02:07 agriffis Exp $ + +MY_P="${PN}_2.2-2" +DESCRIPTION="IRC proxy with multiserver and multiclient support" +HOMEPAGE="http://people.nl.linux.org/~jelmer/ctrlproxy.php" +SRC_URI="http://people.nl.linux.org/~jelmer/${PN}/${MY_P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~alpha" +IUSE="" +DEPEND="" + +S=${WORKDIR}/${PN} + +src_compile() { + emake PREFIX=/usr CC="${CC} ${CFLAGS}" || die +} + +src_install() { + make install DESTDIR=${D} PREFIX=/usr DOCDIR=/usr/share/doc/${P} || die + gzip ${D}/usr/share/doc/*/* + dodoc ctrlproxyrc.example +} diff --git a/net-irc/ctrlproxy/files/digest-ctrlproxy-2.2 b/net-irc/ctrlproxy/files/digest-ctrlproxy-2.2 new file mode 100644 index 000000000000..80892e1db2dc --- /dev/null +++ b/net-irc/ctrlproxy/files/digest-ctrlproxy-2.2 @@ -0,0 +1 @@ +MD5 98a61de42fd528b321b6c967bc59f526 ctrlproxy_2.2-2.tar.gz 2688 |