summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Fitzgerald <gregf@gentoo.org>2004-02-07 00:25:48 +0000
committerGreg Fitzgerald <gregf@gentoo.org>2004-02-07 00:25:48 +0000
commit1b2e4a35361535d77e818c31da8713e6b9fbe6e4 (patch)
tree00e1d6a24e4f0de6ea5fa81b4565424e44bb2d95 /net-mail/altermime/altermime-0.3.3.ebuild
parentstable on alpha (diff)
downloadhistorical-1b2e4a35361535d77e818c31da8713e6b9fbe6e4.tar.gz
historical-1b2e4a35361535d77e818c31da8713e6b9fbe6e4.tar.bz2
historical-1b2e4a35361535d77e818c31da8713e6b9fbe6e4.zip
Version Bump.
Diffstat (limited to 'net-mail/altermime/altermime-0.3.3.ebuild')
-rw-r--r--net-mail/altermime/altermime-0.3.3.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-mail/altermime/altermime-0.3.3.ebuild b/net-mail/altermime/altermime-0.3.3.ebuild
new file mode 100644
index 000000000000..7be965755425
--- /dev/null
+++ b/net-mail/altermime/altermime-0.3.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/altermime/altermime-0.3.3.ebuild,v 1.1 2004/02/07 00:25:48 gregf Exp $
+
+DESCRIPTION=" alterMIME is a small program which is used to alter your mime-encoded mailpacks"
+SRC_URI="http://www.pldaniels.com/altermime/${P}.tar.gz"
+HOMEPAGE="http://pldaniels.com/altermime/"
+
+LICENSE="Sendmail"
+KEYWORDS="~x86"
+SLOT="0"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ dobin altermime
+ dodoc CHANGELOG INSTALL LICENSE README TODO
+}