mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 08:44:34 +00:00
15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
# description : Plugins for various audio libraries and sound servers
|
|
# depends : alsa-lib
|
|
|
|
name=alsa-plugins
|
|
version=1.2.7.1
|
|
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
|
|
}
|