nixpkgs/pkgs/strategoxt-0.9.2/strategoxt-build.sh
Eelco Visser 41e1c2e039 moving strategoxt to strategoxt-0.9.2
svn path=/nixpkgs/trunk/; revision=285
2003-08-14 12:19:59 +00:00

12 lines
227 B
Bash
Executable file

#! /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