mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
libdvbcsa: Add recipe
tvheadend needs this library Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
prefix=/usr
|
||||||
|
libdir=${prefix}/lib
|
||||||
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
Name: libdvbcsa
|
||||||
|
Description: is a free implementation of the DVB Common Scrambling Algorithm - DVB/CSA - with encryption and decryption capabilities.
|
||||||
|
Version: 1.1.0
|
||||||
|
Requires:
|
||||||
|
Libs: -L${libdir} -ldvbcsa
|
||||||
|
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
SUMMARY = "Open implementation of the DVB Common Scrambling Algorithm, encrypt and decrypt "
|
||||||
|
SECTION = "libs/multimedia"
|
||||||
|
LICENSE = "LGPLv2.1+"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||||
|
|
||||||
|
SRCREV = "bc6c0b164a87ce05e9925785cc6fb3f54c02b026"
|
||||||
|
|
||||||
|
SRC_URI = "git://code.videolan.org/videolan/libdvbcsa.git;protocol=https \
|
||||||
|
file://libdvbcsa.pc \
|
||||||
|
"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
inherit autotools lib_package pkgconfig
|
||||||
|
|
||||||
|
do_install_append() {
|
||||||
|
install -D -m 0644 ${S}/src/dvbcsa/dvbcsa.h ${D}${includedir}/dvbcsa/dvbcsa.h
|
||||||
|
install -D -m 0644 ${WORKDIR}/libdvbcsa.pc ${D}${libdir}/pkgconfig/libdvbcsa.pc
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user