nixpkgs/pkgs/aterm/aterm-build.sh
Eelco Dolstra 3980a39bd0 * Packages for SDF2, StrategoXT.
svn path=/nixpkgs/trunk/; revision=157
2003-07-13 21:27:09 +00:00

10 lines
169 B
Bash
Executable file

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