mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 04:26:19 +00:00
97511305ba
Signed-off-by: Matthias Reichl <hias@horus.com>
14 lines
641 B
Makefile
14 lines
641 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="libdvdcss"
|
|
PKG_VERSION="1.4.3-Next-Nexus-Alpha2-2"
|
|
PKG_SHA256="f38c4a4e7a4f4da6d8e83b8852489aa3bb6588a915dc41f5ee89d9aad305a06e"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/libdvdcss"
|
|
PKG_URL="https://github.com/xbmc/libdvdcss/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="libdvdcss is a simple library designed for accessing DVDs as a block device without having to bother about the decryption."
|
|
PKG_TOOLCHAIN="manual"
|