11 lines
126 B
Bash
11 lines
126 B
Bash
|
#! /bin/sh -e
|
||
|
|
||
|
buildinputs="$ncurses"
|
||
|
. $stdenv/setup
|
||
|
|
||
|
tar xvfz $src
|
||
|
cd texinfo-*
|
||
|
./configure --prefix=$out
|
||
|
make
|
||
|
make install
|