diff options
author | Prakash Shetty <crux@gentoo.org> | 2001-07-03 11:53:03 +0000 |
---|---|---|
committer | Prakash Shetty <crux@gentoo.org> | 2001-07-03 11:53:03 +0000 |
commit | 093ee61362abdcd297ce3fd5c0f7ecd52a682744 (patch) | |
tree | 2d61f877e8cca453208464bdaf5cafa7ec4358f7 /net-mail/fetchmail | |
parent | A console based napster client, based on an ebuild sended tomy by bruce (diff) | |
download | gentoo-2-093ee61362abdcd297ce3fd5c0f7ecd52a682744.tar.gz gentoo-2-093ee61362abdcd297ce3fd5c0f7ecd52a682744.tar.bz2 gentoo-2-093ee61362abdcd297ce3fd5c0f7ecd52a682744.zip |
new version for Fetchmail
Changed the SRC_URI error
Modified Files:
net-mail/teapop/teapop-0.3.1.ebuild
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.8.11.ebuild | 41 | ||||
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-5.8.11 | 1 |
2 files changed, 42 insertions, 0 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.8.11.ebuild b/net-mail/fetchmail/fetchmail-5.8.11.ebuild new file mode 100644 index 000000000000..41042e064c83 --- /dev/null +++ b/net-mail/fetchmail/fetchmail-5.8.11.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2001 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.8.11.ebuild,v 1.1 2001/07/03 11:53:03 crux Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="fetchmail" +SRC_URI="http://www.tuxedo.org/~esr/fetchmail/"${P}.tar.gz +HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/" + +DEPEND="virtual/glibc + ssl? ( >=dev-libs/openssl-0.9.6 ) + nls? ( sys-devel/gettext )" + +src_compile() { + local myconf + if [ "`use ssl`" ] ; then + export CFLAGS="$CFLAGS -I/usr/include/openssl" + myconf="--with-ssl" + fi + if [ -z "`use nls`" ] ; then + myconf="$myconf --disable-nls" + fi + try ./configure --prefix=/usr --host=${CHOST} --enable-inet6 \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --enable-RPA --enable-NTLN \ + --enable-SDPS $myconf + try make +} + + +src_install() { + try make DESTDIR=${D} install + dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README README.NTLM README.SSL \ + TODO COPYING MANIFEST + docinto html + dodoc *.html + docinto contrib + dodoc contrib/* +} diff --git a/net-mail/fetchmail/files/digest-fetchmail-5.8.11 b/net-mail/fetchmail/files/digest-fetchmail-5.8.11 new file mode 100644 index 000000000000..07c0374fcc26 --- /dev/null +++ b/net-mail/fetchmail/files/digest-fetchmail-5.8.11 @@ -0,0 +1 @@ +MD5 db685915df5f264be07931c66a55603a fetchmail-5.8.11.tar.gz |