Skip to content

Instantly share code, notes, and snippets.

@cas--
Last active September 16, 2015 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cas--/d1df3758d6e794c0ca4e to your computer and use it in GitHub Desktop.
Save cas--/d1df3758d6e794c0ca4e to your computer and use it in GitHub Desktop.
jhbuild moduleset file for osx
<?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="git" name="git.libtorrent"
href="https://github.com/arvidn/"/>
<repository type="tarball" name="openssl"
href="http://www.openssl.org/source/"/>
<metamodule id="meta_libtorrent">
<dependencies>
<dep package="openssl"/>
<dep package="boost"/>
<dep package="libtorrent"/>
</dependencies>
</metamodule>
<autotools id="libtorrent" autogen-sh="bootstrap.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="git.libtorrent" revision="RC_1_0" checkoutdir="libtorrent_RC_1_0"/>
</autotools>
<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">
<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-libraries=system,python"
supports-non-srcdir-builds="false"
makeargs="|| ./b2 install"
skip-install="True">
<branch repo="sourceforge" version="1.59.0" module="boost/boost_1_59_0.tar.bz2"/>
</autotools>
</moduleset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment