nixpkgs/pkgs/aterm/aterm-build.sh
Eelco Dolstra d3a6ba4527 * Strip debug information.
svn path=/nixpkgs/trunk/; revision=167
2003-07-16 19:59:52 +00:00

10 lines
180 B
Bash
Executable file

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