moving strategoxt to strategoxt-0.9.2
svn path=/nixpkgs/trunk/; revision=285
This commit is contained in:
@@ -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
|
||||
@@ -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"))
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user