opt/alsa-driver/Pkgfile

23 lines
559 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Advanced Linux Sound Architecture driver package
# URL: http://www.alsa-project.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
name=alsa-driver
2007-06-06 18:58:37 +02:00
version=1.0.14
2006-02-23 16:26:10 +01:00
release=1
2007-06-06 18:58:37 +02:00
source=(ftp://ftp.alsa-project.org/pub/driver/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
[ -z "$ALSA_CARDS" ] && ALSA_CARDS="all"
cd $name-$version
./configure --prefix=/usr \
--with-cards=$ALSA_CARDS \
--with-kernel=/lib/modules/`uname -r`/source \
--with-build=/lib/modules/`uname -r`/build
sed -i -e '/depmod/d' Makefile
make
make DESTDIR=$PKG install
}