You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/renattach/renattach-1.2.2.ebuild

29 lines
733 B

# 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.2.ebuild,v 1.4 2010/09/05 23:38:38 xmw Exp $
inherit eutils
DESCRIPTION="Filter that renames/deletes dangerous email attachments."
SRC_URI="http://www.pc-tools.net/files/unix/${P}.tar.gz"
HOMEPAGE="http://www.pc-tools.net/unix/renattach/"
DEPEND=""
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
src_compile() {
econf || die "configure error"
emake || die "build error"
}
src_install () {
emake DESTDIR="${D}" install || die "install error"
mv "${D}"/etc/renattach.conf.ex "${D}"/etc/renattach.conf
dodoc AUTHORS ChangeLog README NEWS
}