diff options
author | Dane Smith <c1pher@gentoo.org> | 2010-12-17 18:01:21 +0000 |
---|---|---|
committer | Dane Smith <c1pher@gentoo.org> | 2010-12-17 18:01:21 +0000 |
commit | 992a46c88c6fca95c4785178d3cb70df7328745c (patch) | |
tree | bd48580ddfffd05a449f01f6cd7d8c4dd39aa3e1 /app-text/mht-rip/mht-rip-0.8.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-992a46c88c6fca95c4785178d3cb70df7328745c.tar.gz gentoo-2-992a46c88c6fca95c4785178d3cb70df7328745c.tar.bz2 gentoo-2-992a46c88c6fca95c4785178d3cb70df7328745c.zip |
Version bump for app-text/mht-rip wrt bug 348957.
(Portage version: 2.2.0_alpha4/cvs/Linux i686)
Diffstat (limited to 'app-text/mht-rip/mht-rip-0.8.ebuild')
-rw-r--r-- | app-text/mht-rip/mht-rip-0.8.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
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 +} |