nixpkgs/build/aterm-build.sh

11 lines
118 B
Bash
Executable File

#! /bin/sh
export PATH=/bin:/usr/bin
top=`pwd`
tar xvfz $src
cd aterm-*
./configure --prefix=$top
make
make install