21 lines
594 B
TOML
21 lines
594 B
TOML
[package]
|
|
name = "alsa-lib"
|
|
version = "1.2.13"
|
|
description = "ALSA sound library — provides hardware audio access for PipeWire and applications"
|
|
url = "https://www.alsa-project.org/"
|
|
license = "LGPL-2.1"
|
|
|
|
[source]
|
|
url = "https://www.alsa-project.org/files/pub/lib/alsa-lib-${version}.tar.bz2"
|
|
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
|
|
|
[dependencies]
|
|
run = ["glibc"]
|
|
build = ["gcc", "make", "pkg-config"]
|
|
|
|
[build]
|
|
system = "autotools"
|
|
configure = """./configure --prefix=/usr --disable-static"""
|
|
make = """make"""
|
|
install = """make DESTDIR=${PKG} install"""
|