sg3-utils: add newer buildable version
[openembedded.git] / recipes / libtorrent / libtorrent_0.12.0.bb
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"
6
7 SRC_URI = "http://libtorrent.rakshasa.no/downloads/libtorrent-${PV}.tar.gz"
8
9 inherit autotools pkgconfig
10
11 EXTRA_OECONF = "--enable-aligned"
12
13 do_stage() {
14         autotools_stage_all
15 }
16