diff options
Diffstat (limited to 'scripts/jhbuild/modulesets/bootstrap.modules')
| -rw-r--r-- | scripts/jhbuild/modulesets/bootstrap.modules | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/scripts/jhbuild/modulesets/bootstrap.modules b/scripts/jhbuild/modulesets/bootstrap.modules deleted file mode 100644 index 9096b14662..0000000000 --- a/scripts/jhbuild/modulesets/bootstrap.modules +++ /dev/null | |||
| @@ -1,87 +0,0 @@ | |||
| 1 | <?xml version="1.0" standalone="no"?> <!--*- mode: nxml -*--> | ||
| 2 | <?xml-stylesheet type="text/xsl" href="moduleset.xsl"?> | ||
| 3 | <moduleset> | ||
| 4 | <repository type="tarball" name="ftp.gnu.org" | ||
| 5 | href="http://ftp.gnu.org/gnu/"/> | ||
| 6 | <repository type="tarball" name="pkgconfig" | ||
| 7 | href="http://pkgconfig.freedesktop.org/releases/"/> | ||
| 8 | <repository type="tarball" name="python" | ||
| 9 | href="http://www.python.org/ftp/python/"/> | ||
| 10 | |||
| 11 | <autotools id="gettext" autogen-sh="configure"> | ||
| 12 | <branch repo="ftp.gnu.org" | ||
| 13 | module="gettext/gettext-0.14.5.tar.gz" version="0.14.5" | ||
| 14 | size="7105715" md5sum="e2f6581626a22a0de66dce1d81d00de3" /> | ||
| 15 | </autotools> | ||
| 16 | |||
| 17 | <autotools id="autoconf" autogen-sh="configure"> | ||
| 18 | <branch repo="ftp.gnu.org" | ||
| 19 | module="autoconf/autoconf-2.59.tar.bz2" version="2.59" | ||
| 20 | size="925073" md5sum="1ee40f7a676b3cfdc0e3f7cd81551b5f" /> | ||
| 21 | </autotools> | ||
| 22 | |||
| 23 | <autotools id="libtool" autogen-sh="configure"> | ||
| 24 | <branch repo="ftp.gnu.org" | ||
| 25 | module="libtool/libtool-1.5.22.tar.gz" version="1.5.22" | ||
| 26 | size="2921483" md5sum="8e0ac9797b62ba4dcc8a2fb7936412b0"> | ||
| 27 | <patch file="libtool-1.5.18-multilib.patch" strip="1" /> | ||
| 28 | </branch> | ||
| 29 | </autotools> | ||
| 30 | |||
| 31 | <autotools id="automake-1.4" autogen-sh="configure"> | ||
| 32 | <branch repo="ftp.gnu.org" | ||
| 33 | module="automake/automake-1.4-p6.tar.gz" version="1.4-p6" | ||
| 34 | size="375060" md5sum="24872b81b95d78d05834c39af2cfcf05" /> | ||
| 35 | </autotools> | ||
| 36 | <autotools id="automake-1.7" autogen-sh="configure"> | ||
| 37 | <branch repo="ftp.gnu.org" | ||
| 38 | module="automake/automake-1.7.9.tar.bz2" version="1.7.9" | ||
| 39 | size="577705" md5sum="571fd0b0598eb2a27dcf68adcfddfacb" /> | ||
| 40 | </autotools> | ||
| 41 | <autotools id="automake-1.8" autogen-sh="configure"> | ||
| 42 | <branch repo="ftp.gnu.org" | ||
| 43 | module="automake/automake-1.8.5.tar.bz2" version="1.8.5" | ||
| 44 | size="663182" md5sum="0114aa6d7dc32112834b68105fb8d7e2" /> | ||
| 45 | </autotools> | ||
| 46 | <autotools id="automake-1.9" autogen-sh="configure"> | ||
| 47 | <branch repo="ftp.gnu.org" | ||
| 48 | module="automake/automake-1.9.6.tar.bz2" version="1.9.6" | ||
| 49 | size="765505" md5sum="c11b8100bb311492d8220378fd8bf9e0" /> | ||
| 50 | </autotools> | ||
| 51 | |||
| 52 | <autotools id="pkg-config" autogen-sh="configure"> | ||
| 53 | <branch repo="pkgconfig" | ||
| 54 | module="pkg-config-0.20.tar.gz" version="0.20" | ||
| 55 | size="969993" md5sum="fb42402593e4198bc252ab248dd4158b" /> | ||
| 56 | </autotools> | ||
| 57 | |||
| 58 | <autotools id="python" autogenargs="--enable-shared" autogen-sh="configure"> | ||
| 59 | <branch repo="python" | ||
| 60 | module="2.4.3/Python-2.4.3.tar.bz2" version="2.4.3" | ||
| 61 | size="8005915" md5sum="141c683447d5e76be1d2bd4829574f02" /> | ||
| 62 | </autotools> | ||
| 63 | |||
| 64 | <repository type="tarball" name="pyrex" | ||
| 65 | href="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/"/> | ||
| 66 | <distutils id="pyrex"> | ||
| 67 | <branch repo="pyrex" | ||
| 68 | module="Pyrex-0.9.4.1.tar.gz" version="0.9.4.1" | ||
| 69 | size="181507" md5sum="425f0543c634bc7a86fe4fce02e0e882" /> | ||
| 70 | </distutils> | ||
| 71 | |||
| 72 | <metamodule id="meta-bootstrap"> | ||
| 73 | <dependencies> | ||
| 74 | <dep package="gettext" /> | ||
| 75 | <dep package="autoconf" /> | ||
| 76 | <dep package="libtool" /> | ||
| 77 | <dep package="automake-1.4" /> | ||
| 78 | <dep package="automake-1.7" /> | ||
| 79 | <dep package="automake-1.8" /> | ||
| 80 | <dep package="automake-1.9" /> | ||
| 81 | <dep package="pkg-config" /> | ||
| 82 | <dep package="python" /> | ||
| 83 | <dep package="pyrex" /> | ||
| 84 | </dependencies> | ||
| 85 | </metamodule> | ||
| 86 | |||
| 87 | </moduleset> | ||
