summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-multimedia/libsquish/libsquish.bb
blob: ae9f440d4c185cc1e24565d1b4da0091b6d96006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "libCEC allows you in combination with the right hardware to control your device with your TV remote control. Utilising your existing HDMI cabling"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://README;md5=2a51a796ca47e91336a4d198147ba58f"

PR = "r1"
inherit autotools pkgconfig

SRC_URI = "git://github.com/alfonsotames/libsquish.git;protocol=https"
SRCREV = "a9b44adc6c9d7ae74e23392a83995ba59b436950"

S = "${WORKDIR}/git"

do_install() {
   install -d ${D}
   install -d ${D}/usr
   install -d ${D}/usr/include
   install -d ${D}/usr/lib
   install -d ${D}/usr/lib/pkgconfig
   INSTALL_DIR=${D}/usr make -C ${S} install
}

FILES_${PN} = "/"