summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb')
-rw-r--r--meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb
new file mode 100644
index 000000000..4af3a6a6a
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "libTorrent is a BitTorrent library written in C++ for *nix, \
2with a focus on high performance and good code."
3HOMEPAGE = "http://libtorrent.rakshasa.no/"
4LICENSE = "GPL-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
6
7DEPENDS = "libsigc++-2.0 openssl cppunit"
8
9SRC_URI = "http://libtorrent.rakshasa.no/downloads/${BP}.tar.gz \
10 file://don-t-run-code-while-configuring-package.patch \
11"
12
13SRC_URI[md5sum] = "e94f6c590bb02aaf4d58618f738a85f2"
14SRC_URI[sha256sum] = "34317d6783b7f8d0805274c9467475b5432a246c0de8e28fc16e3b0b43f35677"
15
16inherit autotools pkgconfig
17