mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-22 06:44:44 +00:00
16 lines
357 B
Plaintext
16 lines
357 B
Plaintext
# description : Plugins for various audio libraries and sound servers
|
|
# depends : alsa-lib
|
|
|
|
name=alsa-plugins
|
|
version=1.1.9
|
|
release=2
|
|
source=(ftp://ftp.alsa-project.org/pub/plugins/$name-$version.tar.bz2)
|
|
md5sum=(e0caffbd849c51ed81751378f56cb563)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr --sysconfdir=/etc
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|