Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 244146
Collapse All | Expand All

(-)a/rblcheck-1.5.ebuild (-2 / +2 lines)
Lines 2-8 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/mail-filter/rblcheck/rblcheck-1.5.ebuild,v 1.8 2008/06/15 08:13:30 dertobi123 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/mail-filter/rblcheck/rblcheck-1.5.ebuild,v 1.8 2008/06/15 08:13:30 dertobi123 Exp $
4
4
5
inherit eutils
5
inherit autotools
6
6
7
DESCRIPTION="Perform lookups in RBL-styles services."
7
DESCRIPTION="Perform lookups in RBL-styles services."
8
HOMEPAGE="http://rblcheck.sourceforge.net/"
8
HOMEPAGE="http://rblcheck.sourceforge.net/"
Lines 19-25 Link Here
19
	unpack ${A}
19
	unpack ${A}
20
	cd "${S}"
20
	cd "${S}"
21
21
22
	epatch "${FILESDIR}/${P}-configure.patch"
22
	WANT_AUTOCONF="latest" eautoconf
23
}
23
}
24
24
25
src_install () {
25
src_install () {

Return to bug 244146