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

(-)a/net-libs/libosip/libosip-4.0.0.ebuild (-1 / +3 lines)
Lines 16-22 SRC_URI="mirror://gnu/osip/${MY_P}.tar.gz" Link Here
16
LICENSE="LGPL-2"
16
LICENSE="LGPL-2"
17
SLOT="2/$(get_version_component_range 1-2)"
17
SLOT="2/$(get_version_component_range 1-2)"
18
KEYWORDS="amd64 ppc ~sparc x86 ~ppc-macos ~x86-macos"
18
KEYWORDS="amd64 ppc ~sparc x86 ~ppc-macos ~x86-macos"
19
IUSE="test"
19
IUSE="static-libs test"
20
20
21
S=${WORKDIR}/${MY_P}
21
S=${WORKDIR}/${MY_P}
22
22
Lines 27-36 src_prepare() { Link Here
27
27
28
src_configure() {
28
src_configure() {
29
	econf --enable-mt \
29
	econf --enable-mt \
30
		$(use_enable static-libs static) \
30
		$(use_enable test)
31
		$(use_enable test)
31
}
32
}
32
33
33
src_install() {
34
src_install() {
34
	emake DESTDIR="${D}" install
35
	emake DESTDIR="${D}" install
36
	use static-libs || prune_libtool_files
35
	dodoc AUTHORS ChangeLog FEATURES HISTORY README NEWS TODO
37
	dodoc AUTHORS ChangeLog FEATURES HISTORY README NEWS TODO
36
}
38
}

Return to bug 457616