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