119323693SBrad BishopSUMMARY = "Open implementation of the DVB Common Scrambling Algorithm, encrypt and decrypt " 219323693SBrad BishopSECTION = "libs/multimedia" 39aee5003SAndrew GeisslerLICENSE = "LGPL-2.1-or-later" 419323693SBrad BishopLIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 519323693SBrad Bishop 619323693SBrad BishopSRCREV = "bc6c0b164a87ce05e9925785cc6fb3f54c02b026" 719323693SBrad Bishop 8595f6308SAndrew GeisslerSRC_URI = "git://code.videolan.org/videolan/libdvbcsa.git;protocol=https;branch=master \ 919323693SBrad Bishop file://libdvbcsa.pc \ 1019323693SBrad Bishop" 1119323693SBrad Bishop 1219323693SBrad BishopS = "${WORKDIR}/git" 1319323693SBrad Bishop 1419323693SBrad Bishopinherit autotools lib_package pkgconfig 1519323693SBrad Bishop 16213cb269SPatrick Williamsdo_install:append() { 1719323693SBrad Bishop install -D -m 0644 ${S}/src/dvbcsa/dvbcsa.h ${D}${includedir}/dvbcsa/dvbcsa.h 18*edff4923SAndrew Geissler install -D -m 0644 ${UNPACKDIR}/libdvbcsa.pc ${D}${libdir}/pkgconfig/libdvbcsa.pc 1919323693SBrad Bishop} 20