diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-07-30 20:31:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-07-30 20:31:51 +0000 |
commit | d03d8a384723cf01796484696d1b1b88b2447b99 (patch) | |
tree | 1f8b27cb42430bac11e72ecd4971bcd577980148 /net-irc | |
parent | move dev-java/javahelp dev-java/javahelp-bin (Manifest recommit) (diff) | |
download | gentoo-2-d03d8a384723cf01796484696d1b1b88b2447b99.tar.gz gentoo-2-d03d8a384723cf01796484696d1b1b88b2447b99.tar.bz2 gentoo-2-d03d8a384723cf01796484696d1b1b88b2447b99.zip |
gnuconfig loving
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/dircproxy/dircproxy-1.1.0.ebuild | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/net-irc/dircproxy/dircproxy-1.1.0.ebuild b/net-irc/dircproxy/dircproxy-1.1.0.ebuild index 7c5eec4132bd..a45096e38e53 100644 --- a/net-irc/dircproxy/dircproxy-1.1.0.ebuild +++ b/net-irc/dircproxy/dircproxy-1.1.0.ebuild @@ -1,18 +1,26 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.1.0.ebuild,v 1.4 2004/07/01 22:21:03 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.1.0.ebuild,v 1.5 2004/07/30 20:31:51 vapier Exp $ + +inherit gnuconfig DESCRIPTION="an IRC proxy server" -SRC_URI="http://www.securiweb.net/pub/oss/dircproxy/unstable/${P}.tar.gz" HOMEPAGE="http://dircproxy.securiweb.net/" +SRC_URI="http://www.securiweb.net/pub/oss/dircproxy/unstable/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ~ppc ~alpha" IUSE="" DEPEND="virtual/libc" +src_unpack() { + unpack ${A} + cd ${S} + gnuconfig_update +} + src_install() { make DESTDIR=${D} install || die "make install failed" dodoc AUTHORS ChangeLog FAQ NEWS PROTOCOL README* TODO INSTALL |