separate strategoxt packages

svn path=/nixpkgs/trunk/; revision=286
This commit is contained in:
Eelco Visser
2003-08-14 12:26:13 +00:00
parent 41e1c2e039
commit 6c8937cbca
10 changed files with 145 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#! /bin/sh
mkdir $out
exit 0
+4
View File
@@ -0,0 +1,4 @@
App(
IncludeFix("strategoxt/strategoxt.fix")
, [("rev", "3385")]
)
+16
View File
@@ -0,0 +1,16 @@
Function(["rev"],
Package(
[ ("name", "strategoxt")
, ("build", Relative("system/populate-linkdirs.pl"))
, ("actAterm", IncludeFix("aterm/aterm.fix"))
, ("actAutoxt", App(IncludeFix("autoxt/autoxt.fix"), [("rev",Var("rev"))]))
, ("actSrts", App(IncludeFix("srts/srts.fix"), [("rev", Var("rev"))]))
, ("actXtc", App(IncludeFix("xtc/xtc.fix"),[("rev", Var("rev"))]))
]
)
)