diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-10-11 05:33:35 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-10-11 05:33:35 +0000 |
commit | 0c701119c7b83f18facfb425bb43fd001ba95fc2 (patch) | |
tree | 58d6373a6deb2d70848f3404c18edef642198ab8 /dev-libs/cyrus-imap-dev | |
parent | Unmasking gimp-print 4.2.2 (diff) | |
download | gentoo-2-0c701119c7b83f18facfb425bb43fd001ba95fc2.tar.gz gentoo-2-0c701119c7b83f18facfb425bb43fd001ba95fc2.tar.bz2 gentoo-2-0c701119c7b83f18facfb425bb43fd001ba95fc2.zip |
The cyrus-imap devel files.
Diffstat (limited to 'dev-libs/cyrus-imap-dev')
-rw-r--r-- | dev-libs/cyrus-imap-dev/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9.ebuild | 71 | ||||
-rw-r--r-- | dev-libs/cyrus-imap-dev/files/digest-cyrus-imap-dev-2.1.9 | 1 |
3 files changed, 81 insertions, 0 deletions
diff --git a/dev-libs/cyrus-imap-dev/ChangeLog b/dev-libs/cyrus-imap-dev/ChangeLog new file mode 100644 index 000000000000..d8af8b8a5cbc --- /dev/null +++ b/dev-libs/cyrus-imap-dev/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-libs/cyrus-imap-dev +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/ChangeLog,v 1.1 2002/10/11 05:33:35 raker Exp $ + +*cyrus-imap-dev-2.1.9 (01 Oct 2002) + + 01 Oct 2002; Alexander Holler <holler@ahsoftware.de> + Initial checkin of this package. + diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9.ebuild new file mode 100644 index 000000000000..f7ff04c00c15 --- /dev/null +++ b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.9.ebuild,v 1.1 2002/10/11 05:33:35 raker Exp $ + +S=${WORKDIR}/cyrus-imapd-${PV} + +DESCRIPTION="Developer support for the Cyrus IMAP Server" +HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/" +SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 -ppc -sparc -sparc64" + +DEPEND="virtual/glibc + afs? ( >=net-fs/openafs-1.2.2 ) + snmp? ( >=net-analyzer/ucd-snmp-4.2.3 ) + ssl? ( >=dev-libs/openssl-0.9.6 ) + kerberos? ( >=app-crypt/krb5-1.2.5 ) + >=sys-libs/db-3.2 + >=sys-libs/pam-0.75 + >=dev-libs/cyrus-sasl-2.1.2 + >=sys-apps/tcp-wrappers-7.6" +RDEPEND="${DEPEND}" + +src_compile() { + + local myconf + + use afs && myconf="--with-afs" \ + || myconf="--without-afs" + + use snmp && myconf="${myconf} --with-ucdsnmp=/usr" \ + || myconf="${myconf} --without-ucdsnmp" + + use ssl && myconf="${myconf} --with-openssl=/usr" \ + || myconf="${myconf} --without-openssl" + + use kerberos && myconf="${myconf} --with-krb --with-auth=krb" \ + || myconf="${myconf} --without-krb --with-auth=unix" + + econf \ + --enable-listext \ + --with-cyrus-group=mail \ + --enable-netscapehack \ + --with-com_err=yes \ + --without-perl \ + --disable-cyradm \ + ${myconf} || die "bad ./configure" + + # make depends break with -f... in CFLAGS + make depend CFLAGS="" || die "make depend problem" + + cd ${S}/lib + make || die "compile problem" + cd ${S}/acap + make || die "compile problem" + +} + +src_install () { + + cd ${S}/lib + mkdir -p -m 0755 ${D}usr/include/cyrus + emake DESTDIR=${D} install || die "compile problem" + cd ${S}/acap + emake DESTDIR=${D} install || die "compile problem" + cd ${S} + dodoc COPYRIGHT README* + +} diff --git a/dev-libs/cyrus-imap-dev/files/digest-cyrus-imap-dev-2.1.9 b/dev-libs/cyrus-imap-dev/files/digest-cyrus-imap-dev-2.1.9 new file mode 100644 index 000000000000..4613b3ff368d --- /dev/null +++ b/dev-libs/cyrus-imap-dev/files/digest-cyrus-imap-dev-2.1.9 @@ -0,0 +1 @@ +MD5 09e9a5ad1d20c0650b3787b951d2e86f cyrus-imapd-2.1.9.tar.gz 1633031 |