# I wouldn't expect most people to install this package, since ALSA is normally # included with the kernel; this is only here for if you really want to replace # the drivers that your kernel shipped with. GARNAME = alsa-driver GARVERSION = 1.0.18a CATEGORIES = linux MASTER_SITES = ftp://ftp.alsa-project.org/pub/driver/ DISTFILES = $(DISTNAME).tar.bz2 LIBDEPS = linux/linux DESCRIPTION = The Linux audio subsystem HOME_URL = http://www.alsa-project.org/ CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile CONFIGURE_ARGS = $(DIRPATHS) \ --with-kernel=$(LINUX_DIR) include ../linux.mk # This is in the linux source -- and it's actually the only thing this package # installs other than the kernel drivers! COLLISIONS += include/sound