summaryrefslogtreecommitdiffstats
path: root/scripts/jhbuild/modulesets/gnutls.modules
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/jhbuild/modulesets/gnutls.modules')
-rw-r--r--scripts/jhbuild/modulesets/gnutls.modules36
1 files changed, 36 insertions, 0 deletions
diff --git a/scripts/jhbuild/modulesets/gnutls.modules b/scripts/jhbuild/modulesets/gnutls.modules
new file mode 100644
index 0000000000..e8f75cfe86
--- /dev/null
+++ b/scripts/jhbuild/modulesets/gnutls.modules
@@ -0,0 +1,36 @@
1<?xml version="1.0" standalone="no"?> <!--*- mode: nxml -*-->
2<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
3<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
4<moduleset>
5 <tarball id="libgpg-error" version="1.3">
6 <source href="http://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.3.tar.bz2"
7 size="452266" md5sum="d978065d62cde48e79497b63f80ba8fc" />
8 </tarball>
9 <tarball id="libgcrypt" version="1.2.2">
10 <source href="http://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.2.2.tar.bz2"
11 size="780315" md5sum="4a8a9a7572892ae3803a5aa558e52e02" />
12 <dependencies>
13 <dep package="libgpg-error" />
14 </dependencies>
15 </tarball>
16 <tarball id="libtasn1" version="0.3.4" supports-non-srcdir-builds="no">
17 <source href="http://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/libtasn1-0.3.4.tar.gz"
18 size="1246545" md5sum="1dbfce0e1fbd6aebc1a4506814c23d35" />
19 </tarball>
20 <tarball id="opencdk" version="0.5.8" supports-non-srcdir-builds="no">
21 <source href="http://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/opencdk-0.5.8.tar.gz"
22 size="497122" md5sum="900c4dee7712845c19d7b2d2a93ea546" />
23 <dependencies>
24 <dep package="libgcrypt" />
25 </dependencies>
26 </tarball>
27 <tarball id="gnutls" version="1.4.0">
28 <source href="http://ftp.gnupg.org/gcrypt/alpha/gnutls/gnutls-1.4.0.tar.bz2"
29 size="3281324" md5sum="9e1e1b07e971c604923ec394f6922301" />
30 <dependencies>
31 <dep package="libgcrypt" />
32 <dep package="libtasn1" />
33 <dep package="opencdk" />
34 </dependencies>
35 </tarball>
36</moduleset>