opt/alsa-plugins/Pkgfile

20 lines
474 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/
2014-11-10 13:25:50 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2014-04-19 06:56:28 +02:00
# Depends on: alsa-lib
2016-05-31 12:45:13 +02:00
# Optional: ffmpeg speex jack libsamplerate
2014-04-19 06:56:28 +02:00
name=alsa-plugins
2021-12-11 14:41:52 +01:00
version=1.2.6
2014-07-02 07:53:55 +02:00
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
2019-09-21 06:34:24 +02:00
./configure --prefix=/usr --sysconfdir=/etc
2014-04-19 06:56:28 +02:00
make
make DESTDIR=$PKG install
}