summaryrefslogtreecommitdiffstats
path: root/recipes/libtorrent/libtorrent_0.12.4.bb
blob: b29f60b491b03c01b6da41a8a3b8fb0bbdc9b8d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
PR = "r0"

inherit autotools pkgconfig

EXTRA_OECONF = "--enable-aligned"

do_stage() {
	autotools_stage_all
}


SRC_URI[md5sum] = "7e4b4c29a69c86c38e3e60ec11fc2255"
SRC_URI[sha256sum] = "a48c307fdcc77a28ee3a2ba0b68501a42e3709bf693c52df4831b87c71c8c359"