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

MAKEDEPS=(make)
DEPS=(glibc 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
}