Merge branch 'for-upstream' into mini2440-stable
[openembedded/mini2440.git] / recipes / libtorrent / libtorrent_0.12.4.bb
blob9673e5bdcbc746823ed19c0724a44f74d1a4d466
1 DESCRIPTION = "library implementing the bittorrent protocol"
2 HOMEPAGE = "http://libtorrent.rakshasa.no"
3 SECTION = "libs/network"
4 LICENSE = "GPL"
5 DEPENDS = "libsigc++-2.0 openssl"
7 SRC_URI = "http://libtorrent.rakshasa.no/downloads/libtorrent-${PV}.tar.gz"
8 PR = "r0"
10 inherit autotools pkgconfig
12 EXTRA_OECONF = "--enable-aligned"
14 do_stage() {
15 autotools_stage_all