1#!/bin/sh -e
2
3./configure \
4 --prefix=/usr \
5 --enable-custom-modes \
6 --enable-float-approx
7
8make
9make DESTDIR="$1" install
1#!/bin/sh -e
2
3./configure \
4 --prefix=/usr \
5 --enable-custom-modes \
6 --enable-float-approx
7
8make
9make DESTDIR="$1" install