libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / dvbtools / dvbtraffic_cvs.bb
blob5803af0c2e9f625391f35f19420e44d5268e8fb9
1 DESCRIPTION = "dvbtraffic is a tool to display all pids on a transport stream"
2 SECTION = "console/multimedia"
3 PRIORITY = "optional"
4 LICENSE = "GPLv2"
5 SRCDATE = "20090621"
6 PV = "0.0cvs${SRCDATE}"
8 SRC_URI = "cvs://anonymous@cvs.linuxtv.org/cvs/linuxtv;module=dvb-apps/util/dvbtraffic"
10 S = "${WORKDIR}/dvbtraffic"
11 CFLAGS_append = " ${LDFLAGS} -D PATH_MAX=128"
13 do_compile() {
14 oe_runmake dvbtraffic
17 do_install() {
18 install -d ${D}${bindir}
19 install -m 0755 dvbtraffic ${D}${bindir}/