From 9f38bdb41bcf4ebe07b47fa52202b375c84b2a22 Mon Sep 17 00:00:00 2001 From: Marcelo Góes Date: Fri, 24 Feb 2006 18:57:09 +0000 Subject: 3.40.2 version bump, hopefully fixes bug 123868, reported by Mehmet Kemal EROL . (Portage version: 2.1_pre4-r1 vanquishing potions will fly) --- www-client/httrack/httrack-3.40.2.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 www-client/httrack/httrack-3.40.2.ebuild (limited to 'www-client/httrack/httrack-3.40.2.ebuild') diff --git a/www-client/httrack/httrack-3.40.2.ebuild b/www-client/httrack/httrack-3.40.2.ebuild new file mode 100644 index 000000000000..ea6d1b3b2bba --- /dev/null +++ b/www-client/httrack/httrack-3.40.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.40.2.ebuild,v 1.1 2006/02/24 18:57:09 vanquirius Exp $ + +MY_P="${PN}_${PV}" +DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser" +HOMEPAGE="http://www.httrack.com/" +SRC_URI="http://debian.httrack.com/dists/unstable/main/source/${MY_P}.orig.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +src_compile() { + econf || die + # won't compile in parallel + emake -j1 || die +} + +src_install() { + make DESTDIR="${D}" install || die + dodoc AUTHORS README greetings.txt history.txt + dohtml httrack-doc.html +} -- cgit v1.2.3-65-gdbad