nixpkgs/pkgs/strategoxt/strategoxt-build.sh

10 lines
211 B
Bash
Raw Normal View History

#! /bin/sh
export PATH=/bin:/usr/bin
tar xvfz $src || exit 1
cd strategoxt-* || exit 1
LDFLAGS=-s ./configure --prefix=$out --with-aterm=$aterm --with-sdf=$sdf2 || exit 1
make || exit 1
make install || exit 1