From 992a46c88c6fca95c4785178d3cb70df7328745c Mon Sep 17 00:00:00 2001 From: Dane Smith Date: Fri, 17 Dec 2010 18:01:21 +0000 Subject: Version bump for app-text/mht-rip wrt bug 348957. (Portage version: 2.2.0_alpha4/cvs/Linux i686) --- app-text/mht-rip/mht-rip-0.8.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app-text/mht-rip/mht-rip-0.8.ebuild (limited to 'app-text/mht-rip/mht-rip-0.8.ebuild') diff --git a/app-text/mht-rip/mht-rip-0.8.ebuild b/app-text/mht-rip/mht-rip-0.8.ebuild new file mode 100644 index 000000000000..a5b7f4e69e20 --- /dev/null +++ b/app-text/mht-rip/mht-rip-0.8.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/mht-rip/mht-rip-0.8.ebuild,v 1.1 2010/12/17 18:01:21 c1pher Exp $ + +DESCRIPTION="convert mht/mhtml files to something usable" +HOMEPAGE="http://www.loganowen.com/mht-rip/" +SRC_URI="http://www.loganowen.com/mht-rip/${P}.c" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S=${WORKDIR} + +src_unpack() { + cp "${DISTDIR}"/${A} ${PN}.c || die +} + +src_compile() { + emake ${PN} || die +} + +src_install() { + dobin ${PN} || die +} -- cgit v1.2.3-65-gdbad