Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / v4l2apps / v4l2apps_20020317.oe
1 SECTION = "console/utils"
2 DESCRIPTION = "Video4linux Two sample applications"
3 LICENSE = "PD"
4 DEPENDS = "xaw x11 xt"
5
6 SRC_URI = "http://www.thedirks.org/pub/v4l2/apps/apps${PV}.tgz"
7 S = "${WORKDIR}"
8
9 #FIXME: currently busted, as it requires v4l2 -kernel headers.
10 #either fix the apps to use headers not in linux/, or make this package
11 #depend on an actual virtual/kernel that supports v4l2.
12 BROKEN = "1"
13
14 do_install () {
15         install -d ${S}/${bindir}
16         install -m 0755 vcat vctrl vidpanel xcaptest ${D}/${bindir}/
17 }