5c09abea7d
with the standard untar; bootstrap; configure; make; make install interface. The script is parameterized with arguments for configure. That is, all arguments are passed verbatim to configure. * asfix-tools, gpp, sc, srts, stratego-front, xtc: Fix expressions and (trivial) build script for basic strategoxt packages. All packages are abstracted on subversion revision. svn path=/nixpkgs/trunk/; revision=319
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
Function(["name", "rev"],
|
|
App(IncludeFix("fetchsvn/fetchsvn.fix"),
|
|
[ ("name", Var("name"))
|
|
, ("url", "http://losser.labs.cs.uu.nl:12080/repos/StrategoXT/trunk/StrategoXT")
|
|
, ("dir", Var("name"))
|
|
, ("rev", Var("rev"))
|
|
])
|
|
) |