libtorrent: updated to libtorrent 0.12.4 and rtorrent 0.8.4
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 28 Jan 2009 09:26:08 +0000 (23:11 +1345)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 28 Jan 2009 09:26:08 +0000 (23:11 +1345)
conf/checksums.ini
packages/libtorrent/libtorrent_0.12.4.bb [new file with mode: 0644]
packages/libtorrent/rtorrent_0.8.4.bb [new file with mode: 0644]

index ea49133..6bc8da3 100644 (file)
@@ -13058,6 +13058,10 @@ sha256=3287c9be61f9ec8ddab99f9b679bbf58610d024bce980307f88151a552ecd1e3
 md5=db7c7a2236c2f6af5e02cf3e9384eb67
 sha256=6044618e37c2925615a08517e8b69ef84147ef5287a222fc451968b36a0a9be7
 
+[http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.4.tar.gz]
+md5=7e4b4c29a69c86c38e3e60ec11fc2255
+sha256=a48c307fdcc77a28ee3a2ba0b68501a42e3709bf693c52df4831b87c71c8c359
+
 [http://downloads.sourceforge.net/giflib/libungif-4.1.3.tar.bz2]
 md5=8c198831cc0495596c78134b8849e9ad
 sha256=59e835a57e6df03e4d2253b2357253f3d13da9473ff465563a3b9833a744fc36
@@ -18722,6 +18726,10 @@ sha256=597cefac4535d7f3b752253e5997b3c851c261b26b966a39beb032dcf1d5baa7
 md5=d1b43acf08e371a56915293bbcf584c6
 sha256=554456550ca6e792297d6d39367120af5b2bd6181d514a43faf4e2f565721908
 
+[http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.4.tar.gz]
+md5=dc0f37d933b0b6c713ad617e09441f3b
+sha256=257722380b39e84e700e9f2d2f6600ba724723f1ed59327bfce47a57d293eeee
+
 [ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.5.tar.gz]
 md5=3fbb02294a8ca33d4684055adba5ed6f
 sha256=19590e972b80333e26a6514c34d976c2037138361481a16f27b75e5d33f33a58
diff --git a/packages/libtorrent/libtorrent_0.12.4.bb b/packages/libtorrent/libtorrent_0.12.4.bb
new file mode 100644 (file)
index 0000000..9673e5b
--- /dev/null
@@ -0,0 +1,17 @@
+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"
+
+do_stage() {
+       autotools_stage_all
+}
+
diff --git a/packages/libtorrent/rtorrent_0.8.4.bb b/packages/libtorrent/rtorrent_0.8.4.bb
new file mode 100644 (file)
index 0000000..3390511
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "Console bittorrent client using libtorrent"
+HOMEPAGE = "http://libtorrent.rakshasa.no"
+SECTION = "libs/network"
+LICENSE = "GPL"
+DEPENDS = "libtorrent curl ncurses gnutls libgpg-error"
+
+SRC_URI = "http://libtorrent.rakshasa.no/downloads/rtorrent-${PV}.tar.gz \
+           file://autoconf-cross-fix.patch;patch=1"
+
+PR = "r0"
+
+inherit autotools
+