opt/alsa-plugins/Pkgfile

21 lines
520 B
Plaintext
Raw Normal View History

2014-04-19 06:56:28 +02:00
# Description: ALSA Plugins contains plugins for various audio libraries and sound servers.
# URL: http://www.alsa-project.org/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Vitaly Sinilin, vs at kp4 dot ru
# Depends on: alsa-lib
# Nice to have: ffmpeg speex jack libsamplerate
name=alsa-plugins
2014-07-02 07:53:55 +02:00
version=1.0.28
release=1
2014-04-19 06:56:28 +02: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
}