summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-08-13 12:02:20 +0000
committerAchim Gottinger <achim@gentoo.org>2000-08-13 12:02:20 +0000
commitd223d4722904ac7f4ffe523888820ae91a519e7d (patch)
tree55ffa9019ecac968853e6e56d739057b89be7d81 /net-mail
parent*** empty log message *** (diff)
downloadgentoo-2-d223d4722904ac7f4ffe523888820ae91a519e7d.tar.gz
gentoo-2-d223d4722904ac7f4ffe523888820ae91a519e7d.tar.bz2
gentoo-2-d223d4722904ac7f4ffe523888820ae91a519e7d.zip
*** empty log message ***
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/fetchmail/fetchmail-5.5.0-r1.ebuild41
-rw-r--r--net-mail/fetchmail/files/digest2
2 files changed, 42 insertions, 1 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.5.0-r1.ebuild b/net-mail/fetchmail/fetchmail-5.5.0-r1.ebuild
new file mode 100644
index 000000000000..6d1a05059ddd
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-5.5.0-r1.ebuild
@@ -0,0 +1,41 @@
+# 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-mail/fetchmail/fetchmail-5.5.0-r1.ebuild,v 1.1 2000/08/13 12:02:20 achim Exp $
+
+P=fetchmail-5.5.0
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="fetchmail"
+CATEGORY=net-mail
+SRC_URI="http://www.tuxedo.org/~esr/fetchmail/"${A}
+HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/"
+
+src_compile() {
+ cd ${S}
+ export CFLAGS="$CFLAGS -I/usr/include/openssl" \
+
+ ./configure --prefix=/usr --host=${CHOST} \
+ --with-ssl --with-catgets --enable-RPM --enable-NTLN \
+ --enable-SDPS
+ make
+}
+
+
+src_install() {
+ cd ${S}
+ into /usr
+ dobin fetchmail
+ cp fetchmail.man fetchmail.1
+ doman fetchmail.1
+ dodoc COPYING FAQ FEATURES MANIFEST NEWS NOTES README* TODO
+ dodoc sample.rcfile
+ docinto html
+ dodoc *.html
+ docinto contrib
+ dodoc contrib/*
+}
+
+
+
+
diff --git a/net-mail/fetchmail/files/digest b/net-mail/fetchmail/files/digest
index b7d776e4bd87..baa7e4df7a0f 100644
--- a/net-mail/fetchmail/files/digest
+++ b/net-mail/fetchmail/files/digest
@@ -1 +1 @@
-MD5 a63c295fb65446dcba35b67665bffa59 fetchmail-5.4.5.tar.gz
+MD5 40ce23412285a82b74b1ad24e2e4c2c2 fetchmail-5.5.0.tar.gz