blob: f9bfe6029041a479b17552b16596910dff338486 (
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] = "db7c7a2236c2f6af5e02cf3e9384eb67"
SRC_URI[sha256sum] = "6044618e37c2925615a08517e8b69ef84147ef5287a222fc451968b36a0a9be7"
|