blob: fe06699ab4eb4e15136be35f311f3805e4bfe3e0 [file] [log] [blame]
Andrew Geisslerc87764f2020-06-27 00:16:32 -05001SUMMARY = "libdvdcss is a simple library for accessing DVDs like block devices"
2DESCRIPTION = "libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption."
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5
6SRC_URI = "http://download.videolan.org/pub/libdvdcss/${PV}/libdvdcss-${PV}.tar.bz2"
7
8inherit autotools
9
10EXTRA_OECONF = " --disable-doc "
11
12SRC_URI[md5sum] = "7b74f2e142b13c9de6dc8d807ab912d4"
13SRC_URI[sha256sum] = "78c2ed77ec9c0d8fbed7bf7d3abc82068b8864be494cfad165821377ff3f2575"