summaryrefslogtreecommitdiff
path: root/packages/libtorrent/libtorrent_0.12.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libtorrent/libtorrent_0.12.3.bb')
-rw-r--r--packages/libtorrent/libtorrent_0.12.3.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/libtorrent/libtorrent_0.12.3.bb b/packages/libtorrent/libtorrent_0.12.3.bb
deleted file mode 100644
index 5d711578ed..0000000000
--- a/packages/libtorrent/libtorrent_0.12.3.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-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"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = "--enable-aligned"
-
-do_stage() {
- autotools_stage_all
-}
-