mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
alsa-topology-conf: add new package
Topology configuration files were split off into a separate package in ALSA 1.2.0 Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
76e28f9dd2
commit
28ccd787de
16
packages/audio/alsa-topology-conf/package.mk
Normal file
16
packages/audio/alsa-topology-conf/package.mk
Normal file
@ -0,0 +1,16 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="alsa-topology-conf"
|
||||
PKG_VERSION="1.2.2"
|
||||
PKG_SHA256="b472d6b567c78173bd69543d9cffc9e379c80eb763c3afc8d5b24d5610d19425"
|
||||
PKG_LICENSE="BSD-3c"
|
||||
PKG_SITE="http://www.alsa-project.org/"
|
||||
PKG_URL="ftp://ftp.alsa-project.org/pub/lib/alsa-topology-conf-$PKG_VERSION.tar.bz2"
|
||||
PKG_LONGDESC="ALSA topology configuration files"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/share/alsa/
|
||||
cp -PR ${PKG_BUILD}/topology ${INSTALL}/usr/share/alsa/
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user