#!/bin/sh -e # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # gnx functions make the distro system #------------------------------------------- gnxalsadrv() { gnxunwrap ${1} gnxfilelist start ${1} gnxconfigure --prefix=${PREFIX} --with-moddir=/lib/modules/${KVER}/kernel/drivers/sound \ --with-kernel=/usr/src/gnxbootscripts-${GNXVER}/usr/src/linux-${KVER} \ --with-sequencer=yes --with-oss=yes --with-isapnp=no --with-cards=all gnxmake gnxmake install gnxfilelist finish ${1} } #eof