11 lines
320 B
Makefile
11 lines
320 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2022-present Fewtarius
|
|
|
|
PKG_NAME="libao"
|
|
PKG_VERSION="cafce902"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://gitlab.xiph.org/xiph/libao"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Audio output portability library."
|
|
PKG_TOOLCHAIN="autotools"
|