diff options
author | Tuan Van <langthang@gentoo.org> | 2006-03-01 16:16:34 +0000 |
---|---|---|
committer | Tuan Van <langthang@gentoo.org> | 2006-03-01 16:16:34 +0000 |
commit | c9557b8bf22e908c43b3bd25b8cca7d3f642678c (patch) | |
tree | f4df14ed10592af243ee1a5f7d3d76d313b909d9 /mail-client/mailx-support/mailx-support-20060102.ebuild | |
parent | Added ~ppc64; bug #88362 (diff) | |
download | historical-c9557b8bf22e908c43b3bd25b8cca7d3f642678c.tar.gz historical-c9557b8bf22e908c43b3bd25b8cca7d3f642678c.tar.bz2 historical-c9557b8bf22e908c43b3bd25b8cca7d3f642678c.zip |
Version bump. Fix man page, bug #124456 by Rajiv Aaron Manglani <rajiv@gentoo.org>.
Package-Manager: portage-2.1_pre5-r1
Diffstat (limited to 'mail-client/mailx-support/mailx-support-20060102.ebuild')
-rw-r--r-- | mail-client/mailx-support/mailx-support-20060102.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail-client/mailx-support/mailx-support-20060102.ebuild b/mail-client/mailx-support/mailx-support-20060102.ebuild new file mode 100644 index 000000000000..f9c609948729 --- /dev/null +++ b/mail-client/mailx-support/mailx-support-20060102.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx-support/mailx-support-20060102.ebuild,v 1.1 2006/03/01 16:16:34 langthang Exp $ + +inherit eutils + +DESCRIPTION="Provides mail.local and lockspool" +HOMEPAGE="http://www.openbsd.org/" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +DEPEND="" +RDEPEND="" + +src_compile() { + emake +} + +src_install() { + einstall +} |