2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-04 08:20:55 -06:00
repo/extra/alsa-utils/build

14 lines
Plaintext
Raw Normal View History

2019-06-25 06:58:01 -06:00
#!/bin/sh -e
./configure \
2020-02-10 13:52:52 -07:00
--prefix=/usr \
--sbindir=/usr/bin \
2020-04-16 23:49:56 -06:00
--with-udev-rules-dir=/usr/lib/udev/rules.d \
2019-06-25 06:58:01 -06:00
--disable-alsaconf \
2019-10-05 08:56:30 -06:00
--disable-bat \
2020-04-18 23:37:41 -06:00
--disable-xmlto \
--disable-nls
2019-06-25 06:58:01 -06:00
make
2021-07-17 11:21:50 -06:00
make install