diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-20 03:50:08 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-20 03:50:08 +0000 |
commit | 8629937eedf0b8b6c0de887b9ac94017bcc2ec1d (patch) | |
tree | 5f0b28f3046c29b63be36a19b3243e38461fa93d /net-irc | |
parent | *** empty log message *** (diff) | |
download | historical-8629937eedf0b8b6c0de887b9ac94017bcc2ec1d.tar.gz historical-8629937eedf0b8b6c0de887b9ac94017bcc2ec1d.tar.bz2 historical-8629937eedf0b8b6c0de887b9ac94017bcc2ec1d.zip |
Ben's first package :)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/epic4/epic4-1.0.1.ebuild | 33 | ||||
-rw-r--r-- | net-irc/epic4/files/digest-epic4-1.0.1 | 1 |
2 files changed, 34 insertions, 0 deletions
diff --git a/net-irc/epic4/epic4-1.0.1.ebuild b/net-irc/epic4/epic4-1.0.1.ebuild new file mode 100644 index 000000000000..c4e7c831110e --- /dev/null +++ b/net-irc/epic4/epic4-1.0.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Ben Lutgens <ben@sistina.com> + + +#P= +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Epic4 IRC Client " +SRC_URI="ftp://epicsol.org/pub/ircii/EPIC4-PRODUCTION/${A}" +HOMEPAGE="http://epicsol.org" + +DEPEND="" + +src_compile() { + + try ./configure --prefix=/usr --mandir=/usr/share --libexecdir=/usr/lib/misc --host=${CHOST} + try make + +} + +src_install () { + + try make prefix=${D}/usr mandir=${D}/usr/share/man libexecdir=${D}/usr/lib/misc install + rm ${D}/usr/bin/epic + dosym epic-EPIC4-${PV} /usr/bin/epic + dodoc BUG_FORM COPYRIGHT README KNOWNBUGS VOTES + docinto doc + cd doc + dodoc *.txt colors EPIC* IRCII_VERSIONS local_vars missing new-load + dodoc nicknames outputhelp server_groups SILLINESS TS4 +} + diff --git a/net-irc/epic4/files/digest-epic4-1.0.1 b/net-irc/epic4/files/digest-epic4-1.0.1 new file mode 100644 index 000000000000..b8889454fb51 --- /dev/null +++ b/net-irc/epic4/files/digest-epic4-1.0.1 @@ -0,0 +1 @@ +MD5 53610020128ba1edb7701a73b778f75f epic4-1.0.1.tar.gz |