compat-32/alsa-plugins-32/Pkgfile

24 lines
543 B
Plaintext
Raw Normal View History

2020-04-27 13:39:29 +02:00
# Description: ALSA Plugins contains plugins for various audio libraries and sound servers.
2021-06-19 14:25:41 +02:00
# URL: https://www.alsa-project.org/
2020-04-27 13:39:29 +02:00
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: alsa-lib-32 alsa-plugins
name=alsa-plugins-32
2024-06-12 20:19:36 +02:00
version=1.2.12
2020-04-27 13:39:29 +02:00
release=1
source=(ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-${version}.tar.bz2)
build() {
2021-06-19 14:25:41 +02:00
cd alsa-plugins-${version}
2020-04-27 13:39:29 +02:00
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -r $PKG/{etc,usr/share}
}