summaryrefslogtreecommitdiff
path: root/repo/media/alsa-lib.xibuild
blob: f6e9d1b0c66901e0d2676cc5a3f84fff23da22d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

MAKEDEPS="make"
DEPS="musl python alsa-topology-conf alsa-ucm-conf"

DESC="An alternative implementation of Linux sound support"

PKG_VER=1.2.6.1
SOURCE=https://www.alsa-project.org/files/pub/lib/alsa-lib-$PKG_VER.tar.bz2

build () {
    ./configure 
    make
}

package () {
    make DESTDIR=$PKG_DEST install
}