summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2015-09-23 00:32:54 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2015-09-23 00:32:54 +0100
commita2a074fb4fc2b08c03171f71cb42b2c0f9b60254 (patch)
tree62a14a1516acf2f15cce72cc38ea47a70b62dd7d /packaging
parent07fa36aa58836455b3d8078375e197fee6839dc9 (diff)
downloaddeluge-a2a074fb4fc2b08c03171f71cb42b2c0f9b60254.tar.gz
deluge-a2a074fb4fc2b08c03171f71cb42b2c0f9b60254.tar.bz2
deluge-a2a074fb4fc2b08c03171f71cb42b2c0f9b60254.zip
osx file in wrong location
Diffstat (limited to 'packaging')
-rw-r--r--packaging/osx/libtorrent.modules45
1 files changed, 45 insertions, 0 deletions
diff --git a/packaging/osx/libtorrent.modules b/packaging/osx/libtorrent.modules
new file mode 100644
index 000000000..66d63f0a5
--- /dev/null
+++ b/packaging/osx/libtorrent.modules
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
+<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
+<moduleset>
+ <repository type="tarball" name="sourceforge"
+ href="http://downloads.sourceforge.net/sourceforge/"/>
+ <repository type="tarball" name="libtorrent"
+ href="https://github.com/arvidn/libtorrent/archive/"/>
+ <repository type="tarball" name="openssl"
+ href="http://www.openssl.org/source/"/>
+
+ <metamodule id="libtorrent">
+ <dependencies>
+ <dep package="openssl"/>
+ <dep package="boost"/>
+ <dep package="libtorrent"/>
+ </dependencies>
+ </metamodule>
+
+ <autotools id="libtorrent" autogen-sh="autotools.sh"
+ autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s --with-boost-libdir=%(libdir)s --with-openssl=%(prefix)s --with-libiconv-prefix=%(libdir)s %(autogenargs)s "
+ autogenargs="--enable-python-binding ">
+ <branch repo="libtorrent" version="1.0.6" module="RC_1_0.zip"/>
+ </autotools>
+
+ <!-- openssl libdir is a relative path to prefix! -->
+ <autotools id="openssl" autogen-sh="Configure"
+ autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s --libdir=lib darwin64-x86_64-cc shared"
+ makeinstallargs="install_sw">
+ <!--%(autogenargs)s"
+ autogenargs="darwin-i386-cc shared">
+ <!--autogenargs="darwin64-x86_64-cc shared">
+ Look into problem with autogenargs introducing extra darwin64-x86_64-cc -->
+
+ <branch repo="openssl" version="1.0.2d" module="openssl-1.0.2d.tar.gz"/>
+ </autotools>
+
+ <autotools id="boost" autogen-sh="bootstrap.sh"
+ autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s --libdir=%(libdir)s --with-python=%(prefix)s/bin/python --with-icu=%(prefix)s --with-libraries=system,python"
+ supports-non-srcdir-builds="false"
+ makeargs="|| ./b2"
+ makeinstallargs="|| ./b2 install">
+ <branch repo="sourceforge" version="1.59.0" module="boost/boost_1_59_0.tar.bz2"/>
+ </autotools>
+</moduleset>