2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/extra/alsa-utils/build

14 lines
240 B
Plaintext
Raw Normal View History

2019-06-25 12:58:01 +00:00
#!/bin/sh -e
./configure \
2020-02-10 20:52:52 +00:00
--prefix=/usr \
--sbindir=/usr/bin \
2020-04-17 05:49:56 +00:00
--with-udev-rules-dir=/usr/lib/udev/rules.d \
2019-06-25 12:58:01 +00:00
--disable-alsaconf \
2019-10-05 14:56:30 +00:00
--disable-bat \
2020-04-19 05:37:41 +00:00
--disable-xmlto \
--disable-nls
2019-06-25 12:58:01 +00:00
make
2023-03-02 14:40:00 +00:00
make DESTDIR="$1" install