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

(-)/mnt/data/cvs/gentoo-x86/dev-libs/geoip/geoip-1.3.17.ebuild (-1 / +3 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/dev-libs/geoip/geoip-1.3.17.ebuild,v 1.1 2006/07/23 21:22:58 vanquirius Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.3.17.ebuild,v 1.1 2006/07/23 21:22:58 vanquirius Exp $
4
4
5
inherit flag-o-matic libtool
5
inherit flag-o-matic libtool autotools
6
6
7
MY_P="${P/geoip/GeoIP}"
7
MY_P="${P/geoip/GeoIP}"
8
S="${WORKDIR}/${MY_P}"
8
S="${WORKDIR}/${MY_P}"
Lines 22-28 Link Here
22
src_unpack() {
22
src_unpack() {
23
	unpack ${A}
23
	unpack ${A}
24
	cd "${S}"
24
	cd "${S}"
25
	epatch "${FILESDIR}/${PN}-1.3.17-asneeded.patch"
25
26
27
	eautomake
26
	elibtoolize
28
	elibtoolize
27
}
29
}
28
30

Return to bug 146040