summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-05-30 02:59:55 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-05-30 02:59:55 +0000
commit4021dae875f0f4174b768ec8e9cff3cde5ef1776 (patch)
treed222d1bb01392fedbd19de6b267a84d85fc2694a /mail-client/smtpclient/smtpclient-1.0.0.ebuild
parentMoving to mail-client/smtpclient (diff)
downloadgentoo-2-4021dae875f0f4174b768ec8e9cff3cde5ef1776.tar.gz
gentoo-2-4021dae875f0f4174b768ec8e9cff3cde5ef1776.tar.bz2
gentoo-2-4021dae875f0f4174b768ec8e9cff3cde5ef1776.zip
Moved from net-mail/smtpclient to mail-client/smtpclient.
Diffstat (limited to 'mail-client/smtpclient/smtpclient-1.0.0.ebuild')
-rw-r--r--mail-client/smtpclient/smtpclient-1.0.0.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/mail-client/smtpclient/smtpclient-1.0.0.ebuild b/mail-client/smtpclient/smtpclient-1.0.0.ebuild
new file mode 100644
index 000000000000..43dd6e3dc400
--- /dev/null
+++ b/mail-client/smtpclient/smtpclient-1.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/smtpclient/smtpclient-1.0.0.ebuild,v 1.1 2004/05/30 02:59:55 seemant Exp $
+
+IUSE=""
+
+DESCRIPTION="Minimal SMTP client"
+HOMEPAGE="http://www.engelschall.com/sw/smtpclient/"
+SRC_URI="http://www.engelschall.com/sw/smtpclient/distrib/smtpclient-1.0.0.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+
+ econf || die "configure failed"
+
+ emake || die "parallel make failed"
+
+}
+
+src_install () {
+
+ dobin smtpclient
+
+ doman smtpclient.1
+
+}