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/mpack | |
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/mpack')
-rw-r--r-- | net-mail/mpack/mpack-1.5.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-mail/mpack/mpack-1.5.ebuild b/net-mail/mpack/mpack-1.5.ebuild index abb14dc53d04..28607628209d 100644 --- a/net-mail/mpack/mpack-1.5.ebuild +++ b/net-mail/mpack/mpack-1.5.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/mpack-1.5.ebuild,v 1.1 2002/06/12 13:03:49 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/mpack-1.5.ebuild,v 1.2 2002/07/17 05:07:50 seemant Exp $ +S=${WORKDIR}/${PN} DESCRIPTION="Command-line MIME encoding and decoding utilities" HOMEPAGE="ftp://ftp.andrew.cmu.edu/pub/mpack/" -LICENSE="as-is" SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}-src.tar.Z" + SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" DEPEND="virtual/glibc" RDEPEND="${DEPEND}" -S=${WORKDIR}/mpack src_compile() { emake CFLAGS="${CFLAGS}" || die |