diff options
Diffstat (limited to 'test/fixdescriptors/httpd-2.0.45.fix')
-rw-r--r-- | test/fixdescriptors/httpd-2.0.45.fix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/fixdescriptors/httpd-2.0.45.fix b/test/fixdescriptors/httpd-2.0.45.fix new file mode 100644 index 000000000000..bb8365b450b1 --- /dev/null +++ b/test/fixdescriptors/httpd-2.0.45.fix @@ -0,0 +1,10 @@ +Descr( + [ Bind("pkgId", "httpd-2.0.45") + , Bind("releaseId", "1") + + , Bind("ssl", Fix("./openssl-0.9.7b.fix")) + + , Bind("src", Source(Url("http://apache.cs.uu.nl/dist/httpd/httpd-2.0.45.tar.gz"))) + , Bind("build", Source("../build/httpd-build.sh")) + ] +) |