aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libtorrent/libtorrent_0.12.0.bb
blob: 6324d8fc0dea53696a78bb913157b950163a887e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "library implementing the bittorrent protocol"
HOMEPAGE = "http://libtorrent.rakshasa.no"
SECTION = "libs/network"
LICENSE = "GPL"
DEPENDS = "libsigc++-2.0 openssl"

SRC_URI = "http://libtorrent.rakshasa.no/downloads/libtorrent-${PV}.tar.gz"

inherit autotools pkgconfig

EXTRA_OECONF = "--enable-aligned"

do_stage() {
	autotools_stage_all
}


SRC_URI[md5sum] = "76c818b095248ea9e4b140fff4e2fa2a"
SRC_URI[sha256sum] = "3287c9be61f9ec8ddab99f9b679bbf58610d024bce980307f88151a552ecd1e3"