2003-07-07 08:43:43 +02:00
|
|
|
Package(
|
2003-07-25 16:59:22 +02:00
|
|
|
[ ("name", "system")
|
2003-07-07 08:43:43 +02:00
|
|
|
, ("build", Relative("system/populate-linkdirs.pl"))
|
|
|
|
|
2003-08-05 15:33:13 +02:00
|
|
|
, ("actSubversion",
|
|
|
|
Call(IncludeFix("subversion/subversion.fix"),
|
|
|
|
[ ("localServer", True)
|
|
|
|
, ("httpsClient", True)
|
|
|
|
, ("httpServer", True)
|
|
|
|
, ("pythonBindings", True)
|
|
|
|
]))
|
|
|
|
|
2003-07-22 22:33:18 +02:00
|
|
|
, ("actStrategoXT", IncludeFix("strategoxt/strategoxt.fix"))
|
|
|
|
, ("actATerm", IncludeFix("aterm/aterm.fix"))
|
2003-07-25 22:43:25 +02:00
|
|
|
, ("actPan", IncludeFix("pan/pan.fix"))
|
|
|
|
, ("actMPlayer", IncludeFix("MPlayer/MPlayer.fix"))
|
|
|
|
, ("actSylpheed", IncludeFix("sylpheed/sylpheed.fix"))
|
2003-07-26 22:38:23 +02:00
|
|
|
, ("actXslt", IncludeFix("libxslt/libxslt.fix"))
|
2003-07-30 16:24:36 +02:00
|
|
|
, ("actDocbookXml", IncludeFix("docbook-xml/docbook-xml.fix"))
|
2003-07-30 11:54:15 +02:00
|
|
|
, ("actDocbookXsl", IncludeFix("docbook-xsl/docbook-xsl.fix"))
|
2003-07-07 08:43:43 +02:00
|
|
|
]
|
|
|
|
)
|