16 lines
494 B
Plaintext
16 lines
494 B
Plaintext
|
Function(["name","rev"],
|
||
|
Package(
|
||
|
[ ("name", Var("name"))
|
||
|
|
||
|
, ("build", Relative("pkg/pkg-build.sh"))
|
||
|
|
||
|
, ("src", App(IncludeFix("strategoxt/fetchsvn.fix"),
|
||
|
[ ("name", Var("name")), ("rev", Var("rev"))]))
|
||
|
|
||
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
||
|
, ("aterm", IncludeFix("aterm/aterm.fix"))
|
||
|
, ("autoxt", App(IncludeFix("autoxt/autoxt.fix"),[("rev",Var("rev"))]))
|
||
|
, ("srts", App(IncludeFix("srts/srts.fix"),[("rev",Var("rev"))]))
|
||
|
]
|
||
|
)
|
||
|
)
|