#!/bin/sh -e # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # gnx functions make the distro system #------------------------------------------- gnxwm() { gnxunwrap ${1} gnxfilelist start ${1} ./autogen.sh --prefix=${PREFIX} --disable-thread --x-libraries=/usr/X11R6/lib gnxmake gnxmake install gnxfilelist finish ${1} } #eof