0b6c23bc28
Open Sound System(TM) (OSS) is the first attempt in unifying the digital audio architecture for UNIX. OSS is a set of device drivers that provide a uniform API across all the major UNIX architectures. It supports Sound Blaster or Windows Sound System compatible sound cards which can be plugged into any UNIX workstation supporting the ISA or PCI bus architecture. OSS also supports workstations with on-board digital audio hardware. The pkgsrc OSS installs the evaluation version of OSS available from ftp.opensound.com, but allows for updating the license file to a permanent license.
14 lines
258 B
Text
14 lines
258 B
Text
# $NetBSD: INSTALL,v 1.1.1.1 2002/10/02 20:33:31 jlam Exp $
|
|
|
|
OSSLIBDIR="@OSSLIBDIR@"
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
#
|
|
# Create the OSS devices in /dev.
|
|
#
|
|
${ECHO}
|
|
${ECHO} "Creating OSS devices..."
|
|
cd /dev && ${SH} ${OSSLIBDIR}/MAKEDEV.oss all
|
|
;;
|
|
esac
|