diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-05-30 02:59:00 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-05-30 02:59:00 +0000 |
commit | d5bafd349196b555970ffa8c68a0f8d7d4ba3ba0 (patch) | |
tree | 0b3655bf53f72c37fdb3a80cf6fd412d3a9d99e0 /mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild | |
parent | Moving to mail-client/pinepgp (diff) | |
download | gentoo-2-d5bafd349196b555970ffa8c68a0f8d7d4ba3ba0.tar.gz gentoo-2-d5bafd349196b555970ffa8c68a0f8d7d4ba3ba0.tar.bz2 gentoo-2-d5bafd349196b555970ffa8c68a0f8d7d4ba3ba0.zip |
Moved from net-mail/pinepgp to mail-client/pinepgp.
Diffstat (limited to 'mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild')
-rw-r--r-- | mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild b/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild new file mode 100644 index 000000000000..5abc253bbd2f --- /dev/null +++ b/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild,v 1.1 2004/05/30 02:59:00 seemant Exp $ + +DESCRIPTION="Use GPG/PGP with Pine" +HOMEPAGE="http://www.megaloman.com/~hany/software/pinepgp/" +SRC_URI="http://www.megaloman.com/~hany/_data/pinepgp/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="net-mail/pine app-crypt/gnupg" + +S="${WORKDIR}/${P}" + +src_compile() { + econf || die "configure problem" + emake || die "compile problem" +} + +src_install() { + make DESTDIR=${D} install || die "install problem" + dodoc ChangeLog COPYING README +} + |