2003-07-11 23:08:53 +02:00
|
|
|
Package(
|
2003-07-25 16:59:22 +02:00
|
|
|
[ ("name", "subversion-0.26.0")
|
2003-07-12 21:45:31 +02:00
|
|
|
|
2003-07-11 23:08:53 +02:00
|
|
|
, ("build", Relative("subversion/subversion-build.sh"))
|
2003-07-12 21:45:31 +02:00
|
|
|
, ("setenv", Relative("helpers/set-env.sh"))
|
|
|
|
|
2003-07-11 23:08:53 +02:00
|
|
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
2003-07-25 16:59:22 +02:00
|
|
|
[ ("url", "http://subversion.tigris.org/files/documents/15/5322/subversion-0.26.0.tar.gz")
|
|
|
|
, ("md5", "700caa3f59b585d173812c4a078feeba")
|
2003-07-11 23:08:53 +02:00
|
|
|
]))
|
2003-07-12 21:45:31 +02:00
|
|
|
|
2003-07-27 23:26:19 +02:00
|
|
|
, ("localServer", "1")
|
2003-07-11 23:08:53 +02:00
|
|
|
, ("httpsClient", "1")
|
2003-07-27 23:26:19 +02:00
|
|
|
, ("httpServer", "1")
|
|
|
|
, ("httpsServer", "1")
|
|
|
|
, ("pythonBindings", "1")
|
|
|
|
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
2003-07-11 23:08:53 +02:00
|
|
|
, ("ssl", IncludeFix("openssl/openssl.fix"))
|
2003-07-27 23:26:19 +02:00
|
|
|
, ("swig", IncludeFix("swig/swig.fix"))
|
|
|
|
, ("httpd", IncludeFix("httpd/httpd.fix"))
|
|
|
|
, ("db4", IncludeFix("db4/db4.fix"))
|
2003-07-25 16:59:22 +02:00
|
|
|
, ("libxml", IncludeFix("libxml2/libxml2.fix"))
|
2003-07-11 23:08:53 +02:00
|
|
|
]
|
|
|
|
)
|