2006-02-23 15:26:10 +00:00
|
|
|
# Description: ALSA utils
|
|
|
|
# URL: http://www.alsa-project.org
|
|
|
|
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
2006-09-01 19:46:45 +00:00
|
|
|
# Depends on: gettext, alsa-lib, dialog
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=alsa-utils
|
2007-06-06 12:05:38 -05:00
|
|
|
version=1.0.14
|
|
|
|
release=1
|
|
|
|
source=(ftp://ftp.alsa-project.org/pub/utils/$name-$version.tar.bz2 \
|
2007-04-30 10:50:09 -05:00
|
|
|
rc.alsa)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2007-06-06 12:05:38 -05:00
|
|
|
./configure --prefix=/usr --disable-nls --mandir=/usr/man
|
2006-02-23 15:26:10 +00:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
rm -rf $PKG/usr/share $PKG/usr/man/fr
|
2007-04-30 10:50:09 -05:00
|
|
|
install -D -m 0755 $SRC/rc.alsa $PKG/etc/rc.d/alsa
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|