23154d034f
* Remove all references to set-env.sh; it has been merged into stdenv.fix (actually baseenv.fix). svn path=/nixpkgs/trunk/; revision=316
10 lines
200 B
Bash
Executable file
10 lines
200 B
Bash
Executable file
#! /bin/sh
|
|
|
|
. $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
|