diff options
Diffstat (limited to 'recipes/libtorrent/libtorrent_0.12.3.bb')
-rw-r--r-- | recipes/libtorrent/libtorrent_0.12.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libtorrent/libtorrent_0.12.3.bb b/recipes/libtorrent/libtorrent_0.12.3.bb new file mode 100644 index 0000000000..5d711578ed --- /dev/null +++ b/recipes/libtorrent/libtorrent_0.12.3.bb @@ -0,0 +1,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" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--enable-aligned" + +do_stage() { + autotools_stage_all +} + |