diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 05:07:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 05:07:51 +0000 |
commit | 87dbac6c499d0cb6076568cf8d74a2aed948c6a5 (patch) | |
tree | 1bfd331985608836acee621a7c48f17f91b1109d /net-mail/mboxgrep | |
parent | Added sparc and sparc64 KEYWORDS. (diff) | |
download | historical-87dbac6c499d0cb6076568cf8d74a2aed948c6a5.tar.gz historical-87dbac6c499d0cb6076568cf8d74a2aed948c6a5.tar.bz2 historical-87dbac6c499d0cb6076568cf8d74a2aed948c6a5.zip |
repoman'd
Diffstat (limited to 'net-mail/mboxgrep')
-rw-r--r-- | net-mail/mboxgrep/mboxgrep-0.7.3.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild b/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild index a11724105308..74138e129f9e 100644 --- a/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild +++ b/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild @@ -1,15 +1,19 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mboxgrep/mboxgrep-0.7.3.ebuild,v 1.4 2002/07/17 05:07:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Grep for mbox files" -SRC_URI="mirror://sourceforge/mboxgrep/mboxgrep-0.7.3.tar.gz" +SRC_URI="mirror://sourceforge/mboxgrep/${P}.tar.gz" HOMEPAGE="http://mboxgrep.sf.net" DEPEND="virtual/glibc" RDEPEND="$DEPEND" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + src_compile() { ./configure \ --host=${CHOST} \ |