21 lines
506 B
Plaintext
21 lines
506 B
Plaintext
# Description: ALSA Plugins contains plugins for various audio libraries and sound servers.
|
|
# URL: http://www.alsa-project.org/
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
# Packager: Vitaly Sinilin, vs at kp4 dot ru
|
|
# Depends on: alsa-lib
|
|
# Nice to have: ffmpeg speex jack libsamplerate
|
|
|
|
name=alsa-plugins
|
|
version=1.0.28
|
|
release=1
|
|
source=(ftp://ftp.alsa-project.org/pub/plugins/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|