* Packages for SDF2, StrategoXT.
svn path=/nixpkgs/trunk/; revision=157
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#! /bin/sh
|
||||
|
||||
export PATH=/bin:/usr/bin
|
||||
|
||||
tar xvfz $src || exit 1
|
||||
cd strategoxt-* || exit 1
|
||||
./configure --prefix=$out --with-aterm=$aterm --with-sdf=$sdf2 || exit 1
|
||||
make || exit 1
|
||||
make install || exit 1
|
||||
@@ -0,0 +1,14 @@
|
||||
Package(
|
||||
[ ("name", "strategoxt-0.9.2")
|
||||
|
||||
, ("build", Relative("strategoxt/strategoxt-build.sh"))
|
||||
|
||||
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
||||
[ ("url", "ftp://ftp.stratego-language.org/pub/stratego/StrategoXT/strategoxt-0.9.2-3067.tar.gz")
|
||||
, ("md5", "0d849a9409c40cdc66cbdee4d00726b2")
|
||||
]))
|
||||
|
||||
, ("aterm", IncludeFix("aterm/aterm.fix"))
|
||||
, ("sdf2", IncludeFix("sdf2/sdf2.fix"))
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user