aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libtorrent/libtorrent_0.12.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libtorrent/libtorrent_0.12.6.bb')
-rw-r--r--recipes/libtorrent/libtorrent_0.12.6.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libtorrent/libtorrent_0.12.6.bb b/recipes/libtorrent/libtorrent_0.12.6.bb
new file mode 100644
index 0000000000..6c32655ab2
--- /dev/null
+++ b/recipes/libtorrent/libtorrent_0.12.6.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"
+PR = "r0"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--enable-aligned"
+
+SRC_URI[md5sum] = "037499ed708aaf72988cee60e5a8d96b"
+SRC_URI[sha256sum] = "7b02f33164966a05261e83bad76eef537198fefe76eaf57dfd64bb27c7d77129"
+