diff options
Diffstat (limited to 'www-client/httrack/httrack-3.45.4.ebuild')
-rw-r--r-- | www-client/httrack/httrack-3.45.4.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/www-client/httrack/httrack-3.45.4.ebuild b/www-client/httrack/httrack-3.45.4.ebuild index cb3a60b181b7..267e17ed54c1 100644 --- a/www-client/httrack/httrack-3.45.4.ebuild +++ b/www-client/httrack/httrack-3.45.4.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v 1.1 2012/05/02 20:09:37 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.45.4.ebuild,v 1.2 2012/06/22 20:48:51 sping Exp $ EAPI="4" -inherit eutils + +AT_M4DIR='m4' +inherit autotools eutils DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser" HOMEPAGE="http://www.httrack.com/" @@ -25,6 +27,11 @@ src_prepare() { sed -i \ "/^HelpHtml.*dir/s:${PN}:${PF}:" \ "${S}"/html/Makefile.in || die + + # https://bugs.gentoo.org/show_bug.cgi?id=421499 + epatch "${FILESDIR}"/${P}-parallel.patch + epatch "${FILESDIR}"/${P}-install-once.patch + eautoreconf } src_configure() { |