| 1 |
# Copyright 1999-2010 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/net-mail/renattach/renattach-1.2.2.ebuild,v 1.4 2010/09/05 23:38:38 xmw Exp $
|
| 4 |
|
| 5 |
EAPI=2
|
| 6 |
|
| 7 |
DESCRIPTION="Filter that renames/deletes dangerous email attachments."
|
| 8 |
HOMEPAGE="http://www.pc-tools.net/unix/renattach/"
|
| 9 |
SRC_URI="http://www.pc-tools.net/files/unix/${P}.tar.gz"
|
| 10 |
|
| 11 |
SLOT="0"
|
| 12 |
LICENSE="GPL-2"
|
| 13 |
KEYWORDS="~amd64 ~x86"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
src_install () {
|
| 17 |
emake DESTDIR="${D}" install || die
|
| 18 |
|
| 19 |
mv "${D}"/etc/renattach.conf.ex "${D}"/etc/renattach.conf || die
|
| 20 |
|
| 21 |
dodoc AUTHORS ChangeLog README NEWS || die
|
| 22 |
}
|