aboutsummaryrefslogtreecommitdiff
path: root/test/fixdescriptors
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixdescriptors')
-rw-r--r--test/fixdescriptors/aterm-2.0.fix2
-rw-r--r--test/fixdescriptors/glib-2.2.1.fix10
-rw-r--r--test/fixdescriptors/pkgconfig-0.15.0.fix8
3 files changed, 19 insertions, 1 deletions
diff --git a/test/fixdescriptors/aterm-2.0.fix b/test/fixdescriptors/aterm-2.0.fix
index 0362314d6..17e90ca8b 100644
--- a/test/fixdescriptors/aterm-2.0.fix
+++ b/test/fixdescriptors/aterm-2.0.fix
@@ -7,4 +7,4 @@ Descr(
, Bind("src", File(Url("http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.0.tar.gz")))
, Bind("build", File(Local("../build/aterm-build.sh")))
]
-) \ No newline at end of file
+)
diff --git a/test/fixdescriptors/glib-2.2.1.fix b/test/fixdescriptors/glib-2.2.1.fix
new file mode 100644
index 000000000..2585c7ffb
--- /dev/null
+++ b/test/fixdescriptors/glib-2.2.1.fix
@@ -0,0 +1,10 @@
+Descr(
+ [ Bind("pkgId", Str("glib-2.2.1"))
+ , Bind("releaseId", Str("1"))
+
+ , Bind("pkgconfig", Pkg(Fix("./pkgconfig-0.15.0.fix")))
+
+ , Bind("src", File(Url("ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.1.tar.bz2")))
+ , Bind("build", File(Local("../build/glib-build.sh")))
+ ]
+)
diff --git a/test/fixdescriptors/pkgconfig-0.15.0.fix b/test/fixdescriptors/pkgconfig-0.15.0.fix
new file mode 100644
index 000000000..27f32aba6
--- /dev/null
+++ b/test/fixdescriptors/pkgconfig-0.15.0.fix
@@ -0,0 +1,8 @@
+Descr(
+ [ Bind("pkgId", Str("pkgconfig-0.15.0"))
+ , Bind("releaseId", Str("1"))
+
+ , Bind("src", File(Url("http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.15.0.tar.gz")))
+ , Bind("build", File(Local("../build/pkgconfig-build.sh")))
+ ]
+)