diff options
author | 2009-01-19 01:59:05 +0000 | |
---|---|---|
committer | 2009-01-19 01:59:05 +0000 | |
commit | d82ef0d966a84087090f177e7d9ad567e48c6242 (patch) | |
tree | ee8709380d18636ae5531029cd938a8daaed382f /app-text/mht-rip/mht-rip-0.4.ebuild | |
parent | stable sparc, bug 255288 (diff) | |
download | historical-d82ef0d966a84087090f177e7d9ad567e48c6242.tar.gz historical-d82ef0d966a84087090f177e7d9ad567e48c6242.tar.bz2 historical-d82ef0d966a84087090f177e7d9ad567e48c6242.zip |
Initial ebuild by me.
Package-Manager: portage-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.ebuild | 26 |
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 +} |