#!/bin/sh -e # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # gnx functions make the distro system #------------------------------------------- gnxwv() { gnxunwrap ${1} gnxpatch wvstreams-3.75.0-gcc34-1 gnxfilelist start ${1} gnxconfigure --prefix=/usr --with-pam --with-tcl --with-qt --with-fam --with-crypt gnxmake clean gnxmake PREFIX=/usr gnxmake PREFIX=/usr install gnxfilelist finish ${1} } #eof