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

(-)/usr/portage/net-libs/libtorrent/libtorrent-0.13.2.ebuild (-3 / +10 lines)
Lines 4-10 Link Here
4
4
5
EAPI=4
5
EAPI=4
6
6
7
inherit eutils libtool toolchain-funcs
7
inherit autotools eutils libtool toolchain-funcs
8
8
9
DESCRIPTION="BitTorrent library written in C++ for *nix"
9
DESCRIPTION="BitTorrent library written in C++ for *nix"
10
HOMEPAGE="http://libtorrent.rakshasa.no/"
10
HOMEPAGE="http://libtorrent.rakshasa.no/"
Lines 19-29 Link Here
19
	>=dev-libs/libsigc++-2.2.2:2
19
	>=dev-libs/libsigc++-2.2.2:2
20
	ssl? ( dev-libs/openssl )"
20
	ssl? ( dev-libs/openssl )"
21
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
22
	virtual/pkgconfig"
22
	virtual/pkgconfig
23
	dev-util/cppunit"
23
24
24
src_prepare() {
25
src_prepare() {
25
#	epatch "${FILESDIR}"/download_constructor.diff
26
#	epatch "${FILESDIR}"/download_constructor.diff
26
	elibtoolize
27
	epatch "${FILESDIR}"/libtorrent-0.13.2-cross-compile.patch
28
	eautoreconf
27
}
29
}
28
30
29
src_configure() {
31
src_configure() {
Lines 46-48 Link Here
46
		$(use_enable ssl openssl) \
48
		$(use_enable ssl openssl) \
47
		${myconf}
49
		${myconf}
48
}
50
}
51
52
src_install() {
53
	default_src_install
54
	rm "${D}"/usr/$(get_libdir)/libtorrent.la || die
55
}

Return to bug 446184