20 lines
474 B
Plaintext
20 lines
474 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
|
|
# Depends on: alsa-lib
|
|
# Optional: ffmpeg speex jack libsamplerate
|
|
|
|
name=alsa-plugins
|
|
version=1.2.6
|
|
release=1
|
|
source=(ftp://ftp.alsa-project.org/pub/plugins/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|