0f4382b4f9
these files/folders are excluded in script/install
20 lines
714 B
Makefile
20 lines
714 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libogg"
|
|
PKG_VERSION="1.3.4"
|
|
PKG_SHA256="c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe"
|
|
PKG_LICENSE="BSD"
|
|
PKG_SITE="https://www.xiph.org/ogg/"
|
|
PKG_URL="http://downloads.xiph.org/releases/ogg/libogg-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Libogg contains necessary functionality to create, decode, and work with Ogg bitstreams."
|
|
PKG_BUILD_FLAGS="+pic"
|
|
|
|
PKG_CMAKE_OPTS_TARGET="-DINSTALL_DOCS=OFF"
|
|
|
|
if [ "${DISTRO}" = "Lakka" ]; then
|
|
PKG_CMAKE_OPTS_TARGET+=" -DBUILD_SHARED_LIBS=ON"
|
|
fi
|