diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-09-20 17:08:17 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-09-20 17:08:17 +0000 |
commit | 801e490ca48800d10e826ec60de8e78d0a899c2a (patch) | |
tree | ad4c31da3353786789cc63018965a51053efd64e /net-irc | |
parent | *** empty log message *** (diff) | |
download | historical-801e490ca48800d10e826ec60de8e78d0a899c2a.tar.gz historical-801e490ca48800d10e826ec60de8e78d0a899c2a.tar.bz2 historical-801e490ca48800d10e826ec60de8e78d0a899c2a.zip |
*** empty log message ***
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.17.ebuild | 44 | ||||
-rw-r--r-- | net-irc/bitchx/files/digest-bitchx-1.0.17 | 1 |
2 files changed, 45 insertions, 0 deletions
diff --git a/net-irc/bitchx/bitchx-1.0.17.ebuild b/net-irc/bitchx/bitchx-1.0.17.ebuild new file mode 100644 index 000000000000..9b69f8861f8c --- /dev/null +++ b/net-irc/bitchx/bitchx-1.0.17.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.17.ebuild,v 1.1 2000/09/20 17:08:16 achim Exp $ + +P=BitchX-1.0c17 +A=${P}.tar.gz +S=${WORKDIR}/BitchX +DESCRIPTION="A IRC Client" +SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${A}" +HOMEPAGE="http://www.bitchx.com/" + + +src_compile() { + + cd ${S} + try ./configure --prefix=/usr/X11R6 --host=${CHOST} \ + --with-gtk --enable-sound --enable-cdrom + try make + +} + +src_install () { + + cd ${S} + try make prefix=${D}/usr/X11R6 install + prepman /usr/X11R6 + dodoc Changelog README* IPv6-support + cd doc + insinto /usr/X11R5/include/bitmaps + doins BitchX.xpm + insinto /opt/gnome/share/gnome/apps/Internet + doins gtkBitchX.desktop + insinto /opt/gnome/share/pixmaps + doins BitchX.png + dodoc BitchX-* BitchX.bot *.doc BitchX.faq bitch52* README.hooks + dodoc bugs *.txt functions ideas mode plugins tcl-ideas watch + dodoc *.tcl + docinto html + dodoc *.html + doman ircII.1 + +} + diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.17 b/net-irc/bitchx/files/digest-bitchx-1.0.17 new file mode 100644 index 000000000000..a478a191c686 --- /dev/null +++ b/net-irc/bitchx/files/digest-bitchx-1.0.17 @@ -0,0 +1 @@ +MD5 4ab094ae58f0bacb14c3e480404215fd BitchX-1.0c17.tar.gz |