Files
repos/core/alsa-lib/alsa-lib.toml
2026-03-20 10:25:48 +01:00

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"""