summaryrefslogtreecommitdiff
path: root/audio/oss/INSTALL
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-02 20:33:30 +0000
committerjlam <jlam@pkgsrc.org>2002-10-02 20:33:30 +0000
commit0b6c23bc28271faf1f36ff77fcc71b749affd94c (patch)
tree09f900f7b0996c77106efcbecc6ff60ea551eaa6 /audio/oss/INSTALL
parentf66e8d95611dd309fba871d067736d3cb4c8ed59 (diff)
downloadpkgsrc-0b6c23bc28271faf1f36ff77fcc71b749affd94c.tar.gz
oss-3.97d - Open Sound System(TM) soundcard driver
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.
Diffstat (limited to 'audio/oss/INSTALL')
-rw-r--r--audio/oss/INSTALL14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/oss/INSTALL b/audio/oss/INSTALL
new file mode 100644
index 00000000000..414a540c3e7
--- /dev/null
+++ b/audio/oss/INSTALL
@@ -0,0 +1,14 @@
+# $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