summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Tolboom <ryan@gentoo.org>2001-02-19 20:34:38 +0000
committerRyan Tolboom <ryan@gentoo.org>2001-02-19 20:34:38 +0000
commit6cf9b277e9988672ce14eb257ebc98107028829f (patch)
tree76cc66b6d103fb39d1b6527a0c089676a7c987c1 /net-mail/fetchmail
parent*** empty log message *** (diff)
downloadgentoo-2-6cf9b277e9988672ce14eb257ebc98107028829f.tar.gz
gentoo-2-6cf9b277e9988672ce14eb257ebc98107028829f.tar.bz2
gentoo-2-6cf9b277e9988672ce14eb257ebc98107028829f.zip
Updated version
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r--net-mail/fetchmail/fetchmail-5.6.6.ebuild37
-rw-r--r--net-mail/fetchmail/files/digest-fetchmail-5.6.61
2 files changed, 38 insertions, 0 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.6.6.ebuild b/net-mail/fetchmail/fetchmail-5.6.6.ebuild
new file mode 100644
index 000000000000..6ae5a1947ec1
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-5.6.6.ebuild
@@ -0,0 +1,37 @@
+# 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.6.6.ebuild,v 1.1 2001/02/19 20:34:38 ryan Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="fetchmail"
+SRC_URI="http://www.tuxedo.org/~esr/fetchmail/"${A}
+HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/"
+
+DEPEND=">=sys-libs/glibc-2.1.3
+ >=dev-libs/openssl-0.9.6"
+
+src_compile() {
+ export CFLAGS="$CFLAGS -I/usr/include/openssl" \
+
+ try ./configure --prefix=/usr --host=${CHOST} \
+ --with-ssl --with-catgets --enable-RPA --enable-NTLN \
+ --enable-SDPS
+ try make
+}
+
+
+src_install() {
+ try make DESTDIR=${D} install
+ dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README README.NTLM \
+ TODO COPYING MANIFEST
+ docinto html
+ dodoc *.html
+ docinto contrib
+ dodoc contrib/*
+}
+
+
+
+
diff --git a/net-mail/fetchmail/files/digest-fetchmail-5.6.6 b/net-mail/fetchmail/files/digest-fetchmail-5.6.6
new file mode 100644
index 000000000000..b3b40382f36c
--- /dev/null
+++ b/net-mail/fetchmail/files/digest-fetchmail-5.6.6
@@ -0,0 +1 @@
+MD5 5c9301cdc1a0c5edd3270314745b63d2 fetchmail-5.6.6.tar.gz