Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Open implementation of the DVB Common Scrambling Algorithm, encrypt and decrypt " |
| 2 | SECTION = "libs/multimedia" |
| 3 | LICENSE = "LGPLv2.1+" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 5 | |
| 6 | SRCREV = "bc6c0b164a87ce05e9925785cc6fb3f54c02b026" |
| 7 | |
| 8 | SRC_URI = "git://code.videolan.org/videolan/libdvbcsa.git;protocol=https \ |
| 9 | file://libdvbcsa.pc \ |
| 10 | " |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | inherit autotools lib_package pkgconfig |
| 15 | |
| 16 | do_install_append() { |
| 17 | install -D -m 0644 ${S}/src/dvbcsa/dvbcsa.h ${D}${includedir}/dvbcsa/dvbcsa.h |
| 18 | install -D -m 0644 ${WORKDIR}/libdvbcsa.pc ${D}${libdir}/pkgconfig/libdvbcsa.pc |
| 19 | } |