2014-04-19 14:56:28 +10:00
|
|
|
# Description: ALSA Plugins contains plugins for various audio libraries and sound servers.
|
|
|
|
# URL: http://www.alsa-project.org/
|
2014-11-10 23:25:50 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2014-04-19 14:56:28 +10:00
|
|
|
# Packager: Vitaly Sinilin, vs at kp4 dot ru
|
|
|
|
# Depends on: alsa-lib
|
|
|
|
# Nice to have: ffmpeg speex jack libsamplerate
|
|
|
|
|
|
|
|
name=alsa-plugins
|
2015-11-28 19:36:16 +11:00
|
|
|
version=1.1.0
|
2014-07-02 15:53:55 +10:00
|
|
|
release=1
|
2014-04-19 14:56:28 +10:00
|
|
|
source=(ftp://ftp.alsa-project.org/pub/plugins/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|