2003-08-05 15:33:13 +02:00
|
|
|
Function(["localServer", "httpsClient", "httpServer", "pythonBindings"],
|
2003-07-12 21:45:31 +02:00
|
|
|
|
2003-08-05 15:33:13 +02:00
|
|
|
Package(
|
2003-10-09 10:07:27 +02:00
|
|
|
[ ("name", "subversion-0.30.0")
|
2003-07-12 21:45:31 +02:00
|
|
|
|
2003-08-05 15:33:13 +02:00
|
|
|
, ("build", Relative("subversion/subversion-build.sh"))
|
2003-07-12 21:45:31 +02:00
|
|
|
|
2003-08-05 15:33:13 +02:00
|
|
|
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
|
2003-10-09 10:07:27 +02:00
|
|
|
[ ("url", "http://svn.collab.net/tarballs/subversion-0.30.0.tar.gz")
|
|
|
|
, ("md5", "9dac76a67a217dc6b7f63259761ff93f")
|
2003-08-05 15:33:13 +02:00
|
|
|
]))
|
2003-07-27 23:26:19 +02:00
|
|
|
|
2003-08-05 15:33:13 +02:00
|
|
|
, ("localServer", Var("localServer"))
|
|
|
|
, ("httpsClient", Var("httpsClient"))
|
|
|
|
, ("httpServer", Var("httpServer"))
|
|
|
|
, ("httpsServer", True)
|
|
|
|
, ("pythonBindings", Var("pythonBindings"))
|
|
|
|
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
|
|
|
, ("ssl", If(Var("httpsClient"), IncludeFix("openssl/openssl.fix"), ""))
|
|
|
|
, ("swig", If(Var("pythonBindings"), IncludeFix("swig/swig.fix"), ""))
|
|
|
|
, ("httpd", If(Var("httpServer"), IncludeFix("httpd/httpd.fix"), ""))
|
|
|
|
, ("db4", If(Var("localServer"), IncludeFix("db4/db4.fix"), ""))
|
|
|
|
, ("libxml", IncludeFix("libxml2/libxml2.fix"))
|
2003-09-01 16:53:07 +02:00
|
|
|
, ("expat", If(Var("httpServer"), "", IncludeFix("expat/expat.fix")))
|
2003-08-05 15:33:13 +02:00
|
|
|
]
|
|
|
|
)
|
2003-08-18 21:52:54 +02:00
|
|
|
)
|