moving strategoxt to strategoxt-0.9.2

svn path=/nixpkgs/trunk/; revision=285
This commit is contained in:
Eelco Visser
2003-08-14 12:19:59 +00:00
parent 60a97f93b0
commit 41e1c2e039
2 changed files with 0 additions and 0 deletions
-11
View File
@@ -1,11 +0,0 @@
#! /bin/sh
export NIX_LDFLAGS=-Wl,-s
. $stdenv/setup || exit 1
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
-15
View File
@@ -1,15 +0,0 @@
Package(
[ ("name", "strategoxt-0.9.2")
, ("build", Relative("strategoxt/strategoxt-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://losser.st-lab.cs.uu.nl/~eelco/mirror/strategoxt-0.9.2-3067.tar.gz")
, ("md5", "0d849a9409c40cdc66cbdee4d00726b2")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
, ("aterm", IncludeFix("aterm/aterm.fix"))
, ("sdf2", IncludeFix("sdf2/sdf2.fix"))
]
)