nixpkgs/pkgs/aterm/aterm-build.sh
Eelco Dolstra 151016ab85 * Build in the current directory, not in the target directory.
* `id' -> `name'.

svn path=/nixpkgs/trunk/; revision=132
2003-07-08 15:34:10 +00:00

11 lines
179 B
Bash
Executable file

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