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