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