| 1 |
# Copyright 1999-2008 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/pantomime/pantomime-1.2.0_pre3.ebuild,v 1.4 2008/01/30 01:40:34 ranger Exp $
|
| 4 |
|
| 5 |
inherit gnustep-2
|
| 6 |
|
| 7 |
MY_PN=${PN/p/P}
|
| 8 |
|
| 9 |
S=${WORKDIR}/${MY_PN}
|
| 10 |
|
| 11 |
DESCRIPTION="A set of Objective-C classes that model a mail system."
|
| 12 |
HOMEPAGE="http://www.collaboration-world.com/pantomime/"
|
| 13 |
SRC_URI="http://www.collaboration-world.com/pantomime.data/releases/Stable/${MY_PN}-${PV/_/}.tar.gz"
|
| 14 |
|
| 15 |
LICENSE="LGPL-2.1 Elm"
|
| 16 |
KEYWORDS="amd64 ppc x86 ~x86-fbsd"
|
| 17 |
SLOT="0"
|
| 18 |
|
| 19 |
DEPEND="dev-libs/openssl"
|
| 20 |
RDEPEND="${DEPEND}"
|
| 21 |
|
| 22 |
src_install() {
|
| 23 |
gnustep-base_src_install
|
| 24 |
|
| 25 |
dodoc "${S}"/Documentation/*
|
| 26 |
docinto rfc
|
| 27 |
dodoc "${S}"/Documentation/RFC/*
|
| 28 |
}
|