summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-01-19 01:59:05 +0000
committerMike Frysinger <vapier@gentoo.org>2009-01-19 01:59:05 +0000
commit8ba83596944abcee2c1d1f7675e073caaa350f31 (patch)
tree22bc48d1defa63b665540a0d47ad9df173c90e9e /app-text/mht-rip/mht-rip-0.4.ebuild
parentstable sparc, bug 255288 (diff)
downloadgentoo-2-8ba83596944abcee2c1d1f7675e073caaa350f31.tar.gz
gentoo-2-8ba83596944abcee2c1d1f7675e073caaa350f31.tar.bz2
gentoo-2-8ba83596944abcee2c1d1f7675e073caaa350f31.zip
Initial ebuild by me.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-text/mht-rip/mht-rip-0.4.ebuild')
-rw-r--r--app-text/mht-rip/mht-rip-0.4.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/app-text/mht-rip/mht-rip-0.4.ebuild b/app-text/mht-rip/mht-rip-0.4.ebuild
new file mode 100644
index 000000000000..184fbb9604b4
--- /dev/null
+++ b/app-text/mht-rip/mht-rip-0.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 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.4.ebuild,v 1.1 2009/01/19 01:59:05 vapier 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
+}