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

(-)a/net-libs/libeXosip/libeXosip-4.0.0.ebuild (-1 / +3 lines)
Lines 16-22 SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz" Link Here
16
KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos"
16
KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos"
17
SLOT="0/$(get_version_component_range 1-2)"
17
SLOT="0/$(get_version_component_range 1-2)"
18
LICENSE="GPL-2"
18
LICENSE="GPL-2"
19
IUSE="+srv ssl"
19
IUSE="+srv ssl static-libs"
20
20
21
DEPEND=">=net-libs/libosip-4.0.0:=
21
DEPEND=">=net-libs/libosip-4.0.0:=
22
	ssl? ( dev-libs/openssl )"
22
	ssl? ( dev-libs/openssl )"
Lines 28-37 src_configure() { Link Here
28
	econf \
28
	econf \
29
		--enable-mt \
29
		--enable-mt \
30
		$(use_enable ssl openssl) \
30
		$(use_enable ssl openssl) \
31
		$(use_enable static-libs static) \
31
		$(use_enable srv srvrec)
32
		$(use_enable srv srvrec)
32
}
33
}
33
34
34
src_install() {
35
src_install() {
35
	emake DESTDIR="${D}" install
36
	emake DESTDIR="${D}" install
37
	use static-libs || prune_libtool_files
36
	dodoc AUTHORS ChangeLog NEWS README
38
	dodoc AUTHORS ChangeLog NEWS README
37
}
39
}

Return to bug 487636