blob: 6c32655ab264a3b738036ff4273f950c37e9b5ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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"
SRC_URI[md5sum] = "037499ed708aaf72988cee60e5a8d96b"
SRC_URI[sha256sum] = "7b02f33164966a05261e83bad76eef537198fefe76eaf57dfd64bb27c7d77129"
|