increase dvbapp PR
[vuplus_openembedded] / recipes / libtorrent / libtorrent_0.12.4.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 PR = "r0"
9
10 inherit autotools pkgconfig
11
12 EXTRA_OECONF = "--enable-aligned"
13
14 do_stage() {
15         autotools_stage_all
16 }
17