diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:45:04 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:45:04 +0000 |
commit | ee16e825fff430b7fda4c0f6e9caecd7de57a748 (patch) | |
tree | 04a2d145848ebb95bc0e8b444bcec54b466b2ba0 /media-sound/alsa-driver | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-ee16e825fff430b7fda4c0f6e9caecd7de57a748.tar.gz gentoo-2-ee16e825fff430b7fda4c0f6e9caecd7de57a748.tar.bz2 gentoo-2-ee16e825fff430b7fda4c0f6e9caecd7de57a748.zip |
*** empty log message ***
Diffstat (limited to 'media-sound/alsa-driver')
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild | 56 | ||||
-rw-r--r-- | media-sound/alsa-driver/files/digest-alsa-driver-0.5.9c | 1 |
2 files changed, 0 insertions, 57 deletions
diff --git a/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild b/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild deleted file mode 100644 index 5001d2f72713..000000000000 --- a/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild,v 1.7 2000/11/01 04:44:18 achim Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="Advanced Linux Sound Architecture / Drivers" -SRC_URI="ftp://ftp.alsa-project.org/pub/driver/"${A} -HOMEPAGE="http://www.alsa-project.org/" -#KERNEL="linux-UP-2.4.0_pre6" -#MODULES=2.4.0-test6/kernel/drivers/alsa/ -KERNEL="linux-UP-2.2.17-r3" -MODULES="2.2.17-RAID/misc/" -DEPEND="=sys-kernel/linux-UP-2.2.17-r3" - -src_unpack() { - unpack ${A} -} - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr \ - --with-kernel=${WORKDIR}/../../${KERNEL}/work/linux \ - --with-moddir=/lib/modules/${MODULES} \ - --with-isapnp=yes --with-sequencer=yes --with-oss=yes - try make -} - -src_install() { - cd ${S} - into /usr - dosbin snddevices - insinto /lib/modules/${MODULES} - doins modules/*.o - insinto /usr/src/linux/include/linux - for i in asound asoundid asequencer ainstr_simple ainstr_gf1 ainstr_iw - do - doins include/$i.h - done - insinto /etc/rc.d/init.d - doins utils/alsasound - dodoc COPYING FAQ README WARNING doc/README.1st doc/SOUNDCARDS -} - -pkg_postinst() { - . /etc/rc.d/config/functions - if [ "${ROOT}" = "/" ] ; then - echo "Creating sounddevices..." - /usr/sbin/snddevices - fi -} - - - - diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.5.9c b/media-sound/alsa-driver/files/digest-alsa-driver-0.5.9c deleted file mode 100644 index 510d4f3164f8..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-0.5.9c +++ /dev/null @@ -1 +0,0 @@ -MD5 2a61a007be175a8a2a4b36e158784eb9 alsa-driver-0.5.9c.tar.bz2 |