diff options
author | Aaron Kulbe <superlag@gentoo.org> | 2005-01-30 04:43:59 +0000 |
---|---|---|
committer | Aaron Kulbe <superlag@gentoo.org> | 2005-01-30 04:43:59 +0000 |
commit | 0367c572fa15f9ee97b8b3895dcd69ac28c7125f (patch) | |
tree | 168ade0d001db00a076106aa30ad432b99d87614 /net-mail/ripmime/ripmime-1.4.0.3.ebuild | |
parent | update DEPEND (diff) | |
download | gentoo-2-0367c572fa15f9ee97b8b3895dcd69ac28c7125f.tar.gz gentoo-2-0367c572fa15f9ee97b8b3895dcd69ac28c7125f.tar.bz2 gentoo-2-0367c572fa15f9ee97b8b3895dcd69ac28c7125f.zip |
Bumping to 1.4.0.3
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-mail/ripmime/ripmime-1.4.0.3.ebuild')
-rw-r--r-- | net-mail/ripmime/ripmime-1.4.0.3.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mail/ripmime/ripmime-1.4.0.3.ebuild b/net-mail/ripmime/ripmime-1.4.0.3.ebuild new file mode 100644 index 000000000000..7fa572a00223 --- /dev/null +++ b/net-mail/ripmime/ripmime-1.4.0.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/ripmime/ripmime-1.4.0.3.ebuild,v 1.1 2005/01/30 04:43:59 superlag Exp $ + +DESCRIPTION="extract attachment files out of a MIME-encoded email pack" +HOMEPAGE="http://pldaniels.com/ripmime/" +SRC_URI="http://www.pldaniels.com/ripmime/${P}.tar.gz" + +LICENSE="Sendmail" +SLOT="0" +KEYWORDS="x86 ppc sparc" +IUSE="" + +src_compile() { + emake CFLAGS="${CFLAGS}" || die +} + +src_install() { + dobin ripmime || die + doman ripmime.1 + dodoc CHANGELOG INSTALL README TODO +} |