10 lines
354 B
Makefile
10 lines
354 B
Makefile
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (C) 2020-present Fewtarius
|
|
|
|
PKG_NAME="soundtouch"
|
|
PKG_VERSION="2.3.2"
|
|
PKG_LICENSE="LGPL-2.1+"
|
|
PKG_SITE="https://www.surina.net/soundtouch"
|
|
PKG_URL="https://codeberg.org/soundtouch/soundtouch/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="SoundTouch Audio Processing Library"
|