milis/talimatname/genel/alsa-plugins/talimat
2017-01-31 01:55:06 +03:00

22 lines
491 B
Text

# Description: Ek Alsa eklentileri.
# URL: http://www.alsa-project.org
# Packager: milisarge
# Depends on: alsa-lib ffmpeg pulseaudio libsamplerate speex
name=alsa-plugins
version=1.1.0
release=1
source=(ftp://ftp.alsa-project.org/pub/plugins/$name-$version.tar.bz2
$name.conf)
build() {
cd $name-$version
sed -i "/speex_preprocess.h/i#include <stdint.h>" speex/pcm_speex.c
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -Dm644 $SRC/$name.conf $PKG/etc/asound.conf
}