From 32f7853a7e7483b3149f6f2517df5720282d06c0 Mon Sep 17 00:00:00 2001 From: Heinrich Wendel Date: Sun, 19 Oct 2003 17:57:07 +0000 Subject: bump --- net-mail/mboxgrep/mboxgrep-0.7.9.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 net-mail/mboxgrep/mboxgrep-0.7.9.ebuild (limited to 'net-mail/mboxgrep/mboxgrep-0.7.9.ebuild') diff --git a/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild b/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild new file mode 100644 index 000000000000..de9f03c79c04 --- /dev/null +++ b/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mboxgrep/mboxgrep-0.7.9.ebuild,v 1.1 2003/10/19 17:57:01 lanius Exp $ + +DESCRIPTION="Grep for mbox files" +SRC_URI="mirror://sourceforge/mboxgrep/${P}.tar.gz" +HOMEPAGE="http://mboxgrep.sf.net" + +DEPEND="virtual/glibc" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~ppc ~sparc" + +src_compile() { + econf || die "./configure failed" + emake || die +} + +src_install () { + make \ + prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + infodir=${D}/usr/share/info \ + install || die + dodoc ChangeLog NEWS TODO README +} -- cgit v1.2.3-65-gdbad