mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
b4ce40af2b
aggregation in all-packages-generic: autotools building strategoxt from svn not complete yet since autconf cannot find libtool svn path=/nixpkgs/trunk/; revision=596
11 lines
217 B
Bash
Executable File
11 lines
217 B
Bash
Executable File
#! /bin/sh
|
|
|
|
buildinputs="$aterm $sdf"
|
|
. $stdenv/setup || exit 1
|
|
|
|
tar zxf $src || exit 1
|
|
cd $dir* || exit 1
|
|
./configure --prefix=$out --with-aterm=$aterm --with-sdf=$sdf || exit 1
|
|
make || exit 1
|
|
make install || exit 1
|