#!/bin/sh -e # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # gnx functions make the distro system #------------------------------------------- gnxbc() { gnxunwrap ${1} gnxpatch bc-1.06-flex-invocation bc-1.06-readline gnxfilelist start ${1} gnxconfigure --prefix=${PREFIX} --with-readline gnxmake gnxmake install gnxfilelist finish ${1} } #eof