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

Collapse All | Expand All

(-)/usr/portage/net-misc/fmirror/fmirror-0.8.4.ebuild (+8 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/net-misc/fmirror/fmirror-0.8.4.ebuild,v 1.9 2004/07/15 02:49:31 agriffis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/fmirror/fmirror-0.8.4.ebuild,v 1.9 2004/07/15 02:49:31 agriffis Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="FTP mirror utility"
7
DESCRIPTION="FTP mirror utility"
6
HOMEPAGE="http://freshmeat.net/projects/fmirror"
8
HOMEPAGE="http://freshmeat.net/projects/fmirror"
7
SRC_URI="ftp://ftp.guardian.no/pub/free/ftp/fmirror/${P}.tar.gz"
9
SRC_URI="ftp://ftp.guardian.no/pub/free/ftp/fmirror/${P}.tar.gz"
Lines 13-18 Link Here
13
RDEPEND=""
15
RDEPEND=""
14
DEPEND=""
16
DEPEND=""
15
17
18
src_unpack() {
19
        unpack ${A}
20
        cd ${S}
21
        epatch ${FILESDIR}/fmirror-crlf.patch
22
}
23
16
src_compile() {
24
src_compile() {
17
        ./configure \
25
        ./configure \
18
                --prefix=/usr \
26
                --prefix=/usr \

Return to bug 85526