Merge branch 'for-upstream' into mini2440-stable
[openembedded/mini2440.git] / recipes / libtorrent / libtorrent_0.12.3.bb
blob5d711578ed7dae0b4ffef28f14ea2e7bb54ae6e6
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"
9 inherit autotools pkgconfig
11 EXTRA_OECONF = "--enable-aligned"
13 do_stage() {
14 autotools_stage_all