diff options
Diffstat (limited to 'gnustep-libs/pantomime/pantomime-1.2.0.20050606.ebuild')
-rw-r--r-- | gnustep-libs/pantomime/pantomime-1.2.0.20050606.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnustep-libs/pantomime/pantomime-1.2.0.20050606.ebuild b/gnustep-libs/pantomime/pantomime-1.2.0.20050606.ebuild new file mode 100644 index 000000000000..07259c1cd77b --- /dev/null +++ b/gnustep-libs/pantomime/pantomime-1.2.0.20050606.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/pantomime/pantomime-1.2.0.20050606.ebuild,v 1.1 2005/06/10 21:06:41 fafhrd Exp $ + +inherit gnustep + +S=${WORKDIR}/${P/p/P} + +DESCRIPTION="A set of Objective-C classes that model a mail system." +HOMEPAGE="http://www.collaboration-world.com/pantomime/" +SRC_URI="mirror://gentoo/${P/p/P}.tar.bz2" + +LICENSE="LGPL-2.1 Elm" +KEYWORDS="~x86 ~ppc" +SLOT="0" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND} + dev-libs/openssl" +RDEPEND="${GS_RDEPEND} + dev-libs/openssl" + +egnustep_install_domain "Local" + |