summaryrefslogtreecommitdiffstats
path: root/recipes/v4l2apps/libv4l.inc
blob: 644701c39ce416907ac50ebb20057fa40953b3f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices."
LICENSE = "LGPLv2"

SRC_URI = "http://people.atrpms.net/~hdegoede/libv4l-${PV}.tar.gz;name=libv4l"

inherit pkgconfig

export PREFIX="${prefix}"

do_install() {
	oe_runmake DESTDIR="${D}" install
}