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