Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88223 | Differences between
and this patch

Collapse All | Expand All

(-)httrack-3.33.ebuild (+3 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.33.ebuild,v 1.1 2005/04/05 20:47:41 pvdabeel Exp $
3
# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.33.ebuild,v 1.1 2005/04/05 20:47:41 pvdabeel Exp $
4
4
5
inherit eutils
6
5
MY_P=${PN}-3.33.15
7
MY_P=${PN}-3.33.15
6
DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser"
8
DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser"
7
HOMEPAGE="http://www.httrack.com/"
9
HOMEPAGE="http://www.httrack.com/"
Lines 15-20 Link Here
15
S="${WORKDIR}/${MY_P}"
17
S="${WORKDIR}/${MY_P}"
16
18
17
src_compile() {
19
src_compile() {
20
	epatch ${FILESDIR}/Makefile.in.patch
18
	econf || die "econf failed"
21
	econf || die "econf failed"
19
	emake -j1 || die "make failed"
22
	emake -j1 || die "make failed"
20
}
23
}

Return to bug 88223