diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-01 10:28:06 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-01 10:29:18 +0200 |
commit | bb98778b70b05df2e9a749b874e455c83b4f2009 (patch) | |
tree | 7f387e6d7faf15a136f622ffe648a862f1c155eb /recipes/libtorrent/libtorrent_0.12.6.bb | |
parent | e765b021fa11580500b9d767d0fc51db60917ba3 (diff) |
libtorrent: moved to latest versions
moved to latest versions of libtorrent and rtorrent
also cleaned up the recipes a bit
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/libtorrent/libtorrent_0.12.6.bb')
-rw-r--r-- | recipes/libtorrent/libtorrent_0.12.6.bb | 16 |
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" + |