mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
21 lines
937 B
XML
21 lines
937 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
|
|
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
|
|
<moduleset>
|
|
<!--
|
|
This is a jhbuild moduleset that can be used to build openssl as required for
|
|
building Nmap, Ncat, and Nping. Use it like this:
|
|
jhbuild -m openssl.modules build openssl
|
|
-->
|
|
<include href="http://git.gnome.org/browse/gtk-osx/plain/modulesets-stable/gtk-osx.modules"/>
|
|
|
|
<repository type="tarball" name="openssl" href="http://www.openssl.org/source/"/>
|
|
<autotools id="openssl" autogen-sh="Configure" autogenargs="shared enable-ssl2"
|
|
autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s --openssldir=%(prefix)s/etc/ssl %(autogenargs)s"
|
|
makeinstallargs="INSTALL_PREFIX='$(DESTDIR)' install_sw"
|
|
supports-non-srcdir-builds="no">
|
|
<branch repo="openssl" version="1.0.2h" module="openssl-1.0.2h.tar.gz"/>
|
|
</autotools>
|
|
|
|
</moduleset>
|