13 lines
631 B
Makefile
13 lines
631 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.2-Leia-Beta-5"
|
|
PKG_SHA256="38816f8373e243bc5950449b4f3b18938c4e1c59348e3411e23f31db4072e40d"
|
|
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"
|