19 lines
604 B
Plaintext
19 lines
604 B
Plaintext
|
Function(["rev"],
|
||
|
Package(
|
||
|
[ ("name", "sdf-import")
|
||
|
|
||
|
, ("build", Relative("strategoxt/sdf-import-build.sh"))
|
||
|
, ("pkgbuild", Relative("strategoxt/pkg-build.sh"))
|
||
|
|
||
|
, ("src", App(IncludeFix("strategoxt/fetchsvn.fix"),
|
||
|
[ ("name", "sdf-import"), ("rev", Var("rev"))]))
|
||
|
|
||
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
||
|
, ("aterm", IncludeFix("aterm/aterm.fix"))
|
||
|
, ("sdf2", IncludeFix("sdf2/sdf2.fix"))
|
||
|
, ("autoxt", App(IncludeFix("autoxt/autoxt.fix"),[("rev",Var("rev"))]))
|
||
|
, ("xtc", App(IncludeFix("xtc/xtc.fix"),[("rev",Var("rev"))]))
|
||
|
]
|
||
|
)
|
||
|
)
|