mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 23:48:54 +00:00
17 lines
668 B
Makefile
17 lines
668 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="librepfunc"
|
|
PKG_VERSION="1.10.0"
|
|
PKG_SHA256="cf44d9c2e70b06318eda5a6f9e0449f70d1ac71de577c3cc92f513893952a896"
|
|
PKG_LICENSE="GPL-2.0"
|
|
PKG_SITE="https://github.com/wirbel-at-vdr-portal/librepfunc"
|
|
PKG_URL="https://github.com/wirbel-at-vdr-portal/librepfunc/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="librepfunc - a collection of functions, classes used by wirbel-at-vdr-portal"
|
|
PKG_BUILD_FLAGS="-sysroot"
|
|
|
|
pre_configure_target() {
|
|
sed -i -e 's/^install:/install-shared:/' -e 's/^install-static:/install:/' Makefile
|
|
}
|