diff options
Diffstat (limited to 'net-mail/peephole/peephole-1.4.ebuild')
-rw-r--r-- | net-mail/peephole/peephole-1.4.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/net-mail/peephole/peephole-1.4.ebuild b/net-mail/peephole/peephole-1.4.ebuild index 5105466a47ec..accf985f5a9b 100644 --- a/net-mail/peephole/peephole-1.4.ebuild +++ b/net-mail/peephole/peephole-1.4.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/peephole/peephole-1.4.ebuild,v 1.3 2005/04/20 21:31:13 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/peephole/peephole-1.4.ebuild,v 1.4 2006/02/06 08:26:44 s4t4n Exp $ + +inherit eutils DESCRIPTION="A daemon that polls your POP servers, checking if there are messages from particular persons." HOMEPAGE="http://peephole.sourceforge.net/" @@ -13,6 +15,12 @@ IUSE="" DEPEND=">=dev-libs/openssl-0.9.7d-r1" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-gcc4.patch +} + src_install() { einstall || die "Installation failed" dodoc AUTHORS README |