summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/renattach/renattach-1.2.4.ebuild')
-rw-r--r--net-mail/renattach/renattach-1.2.4.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mail/renattach/renattach-1.2.4.ebuild b/net-mail/renattach/renattach-1.2.4.ebuild
new file mode 100644
index 000000000000..7471d148905d
--- /dev/null
+++ b/net-mail/renattach/renattach-1.2.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/renattach/renattach-1.2.4.ebuild,v 1.1 2010/09/05 23:47:57 xmw Exp $
+
+EAPI=2
+
+DESCRIPTION="Filter that renames/deletes dangerous email attachments."
+HOMEPAGE="http://www.pc-tools.net/unix/renattach/"
+SRC_URI="http://www.pc-tools.net/files/unix/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_install () {
+ emake DESTDIR="${D}" install || die
+
+ mv "${D}"/etc/renattach.conf.ex "${D}"/etc/renattach.conf || die
+
+ dodoc AUTHORS ChangeLog README NEWS || die
+}