30 |
|
# linked specifically, or could be built by ourselves, depending on |
31 |
|
# whether we like to pick up system libraries or want total control. |
32 |
|
mkdir -p %i/include %i/lib |
33 |
< |
dirs="$ZLIB_ROOT $EXPAT_ROOT $OPENSSL_ROOT $BZ2LIB_ROOT" |
33 |
> |
dirs="$ZLIB_ROOT $EXPAT_ROOT $OPENSSL_ROOT $BZ2LIB_ROOT $NCURSES_ROOT" |
34 |
|
for d in $dirs; do |
35 |
|
for f in $d/include/*; do |
36 |
|
[ -f $f ] || continue |
44 |
|
done |
45 |
|
done |
46 |
|
|
47 |
< |
./configure --prefix=%i --enable-shared --without-tk --disable-tk --without-readline |
47 |
> |
./configure --prefix=%i --enable-shared --without-tkinter --disable-tkinter --without-readline |
48 |
|
make %makeprocesses |
49 |
|
|
50 |
|
%install |