10 lines
378 B
Makefile
10 lines
378 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
|
|
|
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"
|