aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-02-11 18:57:07 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-02-16 05:54:59 +0100
commit0a5944c7521d929acc4fcf8d655dd77ff8ccf91c (patch)
tree128f1e8dcd4da9927704a9c9eca48c0453bab120 /meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
parente479f15945d82232803305f88fdc87b4961ff896 (diff)
downloadmeta-openembedded-contrib-0a5944c7521d929acc4fcf8d655dd77ff8ccf91c.tar.gz
rtorrent: Integrated version 0.9.3
Add patch to avoid running AC_RUN_IFELSE code while configuring package. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb')
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
new file mode 100644
index 0000000000..b460444f70
--- /dev/null
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Torrent client"
+HOMEPAGE = "http://libtorrent.rakshasa.no/"
+LICENSE = "GPL-2.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+DEPENDS = "libsigc++-2.0 curl cppunit libtorrent"
+
+SRC_URI = "http://libtorrent.rakshasa.no/downloads/${PN}-${PV}.tar.gz \
+ file://don-t-run-code-while-configuring-package.patch \
+ "
+
+SRC_URI[md5sum] = "0bf2f262faa8c8c8d3b11ce286ea2bf2"
+SRC_URI[sha256sum] = "9e93ca41beb1afe74ad7ad8013e0d53ae3586c9b0e97263d722f721535cc7310"
+
+inherit autotools
+