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

Collapse All | Expand All

(-)etpan-ng-0.7.1.ebuild.orig (-2 / +11 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
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/mail-client/etpan-ng/etpan-ng-0.7.1.ebuild,v 1.4 2007/02/07 20:32:33 blubb Exp $
3
# $Header: /var/cvsroot/gentoo-x86/mail-client/etpan-ng/etpan-ng-0.7.1.ebuild,v 1.4 2007/02/07 20:32:33 blubb Exp $
4
4
5
inherit eutils autotools
6
5
DESCRIPTION="etPan is a console mail client that is based on libEtPan!"
7
DESCRIPTION="etPan is a console mail client that is based on libEtPan!"
6
HOMEPAGE="http://libetpan.sourceforge.net/etpan/"
8
HOMEPAGE="http://libetpan.sourceforge.net/etpan/"
7
SRC_URI="mirror://sourceforge/libetpan/${P}.tar.gz"
9
SRC_URI="mirror://sourceforge/libetpan/${P}.tar.gz"
Lines 15-20 Link Here
15
	ldap? ( net-nds/openldap )
17
	ldap? ( net-nds/openldap )
16
	|| ( sys-devel/bison dev-util/yacc dev-util/byacc )"
18
	|| ( sys-devel/bison dev-util/yacc dev-util/byacc )"
17
19
20
src_unpack() {
21
	unpack ${A}
22
	cd "${S}"
23
	epatch "${FILESDIR}/${P}-as-needed.patch"
24
	eautoreconf
25
}
26
18
src_compile() {
27
src_compile() {
19
	sed -i -e "s:@bindir@:${D}/@bindir@:" src/Makefile.in
28
	sed -i -e "s:@bindir@:${D}/@bindir@:" src/Makefile.in
20
29
Lines 25-30 Link Here
25
}
34
}
26
35
27
src_install() {
36
src_install() {
28
	make DESTDIR=${D} install || die
37
	make DESTDIR="${D}" install || die
29
	dodoc Changelog NEWS README TODO contrib/etpan-make-vtree.pl doc/*
38
	dodoc Changelog NEWS README TODO contrib/etpan-make-vtree.pl doc/*
30
}
39
}

Return to bug 247712